A record holding the generated SQL string and its corresponding parameters.
typedef DatumSqlQueryResult = ({String sql, List<Object?> params});