opam: update
[sqlgg.git] / TODO
bloba82779f865cefdc69274fd59ad8e290f28117705
1 * native-type annotations in queries
2 * allow to parametrize SQL syntax itself (ORDER BY ASC|DESC) : unsafe/enumeration/option params
3 * ocaml ppx syntax extension for inline sql
4 * allow to tolerate errors in query
5 * support BULK INSERTs (how?)
6 * provide ways to extend lexer with tokens in runtime
7 * choose better names for some common cases (WHERE id = ? etc)
8 * use prepared statements in all traits
9 * check all generated names for uniqueness and validity with regard to target language
10 * support/test other SQL engines
11 * generate code for more languages
12 * read SQL spec
13 * distinguish predicates and expressions
14 * type check expressions