c600152d78
* Update some dependencies. * Update rusqlite to 0.12. * Update error-chain to a forked version that implements Sync. * Fix some compiler warnings. * Remove unused imports in tests. * Parse errors no longer naturally print with the expected symbol. |
||
---|---|---|
.. | ||
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.