mentat/sql
Richard Newman c600152d78
Update some dependencies. (#492) r=etoop
* 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.
2017-11-21 16:24:08 +00:00
..
src Pre: ensure that constant floats end up as floats in SQL, never integers. 2017-06-15 10:27:16 -07:00
Cargo.toml Update some dependencies. (#492) r=etoop 2017-11-21 16:24:08 +00:00
README.md Add a rudimentary SQL builder, based on parts of Diesel. (#273) r=nalexander 2017-02-17 17:53:50 -08:00

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.