An attempt to make a less strongly-typed database abstraction layer for Rust.
Go to file
Timothy Warren 9e4b483b2b Prepwork for the type apocalypse 2019-04-16 16:26:55 -04:00
.cargo Simplify some logic with a helper function 2019-04-09 17:14:07 -04:00
src Prepwork for the type apocalypse 2019-04-16 16:26:55 -04:00
tests More implementation 2019-04-12 17:09:59 -04:00
.gitignore Ugly progress commit 2019-04-02 16:35:52 -04:00
Cargo.toml More implementation 2019-04-12 17:09:59 -04:00
README.md Add README 2019-04-10 10:24:27 -04:00

README.md

StringQB

This is an attempt to build a "stringly-typed" SQL query builder and database abstraction layer.

This is not usable yet