bc63744aba
* Pre: put query parts in alphabetical order. * Pre: rename 'input' to 'query' in translate tests. * Part 1: parse :limit. * Part 2: validate and escape variable parameters in SQL. * Part 3: algebrize and translate limits. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
This is a tiny SQL query builder.
The majority of this code was distilled from QueryBuilder in Diesel:
https://github.com/diesel-rs/diesel/
used under the Apache 2.0 license.