2ac7a1b1de
You can use this in conjunction with setting SQLITE3_LIB_DIR to control which SQLite is used. See https://github.com/jgallagher/rusqlite for more. Also add recent contributors to the authors array. |
||
---|---|---|
.. | ||
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.