mentat/sql
Greg Burd 85f0497cf5 WIP
2020-01-24 11:45:54 -05:00
..
src WIP 2020-01-24 11:45:54 -05:00
Cargo.toml Specify dependency versions without patch component unless necessary. 2020-01-23 11:15:49 -05: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.