An attempt to make a less strongly-typed database abstraction layer for Rust.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Warren 6ca96315cc Yet another ugly progress commit 4 years ago
.cargo Simplify some logic with a helper function 4 years ago
src Yet another ugly progress commit 4 years ago
tests Misc bugfixes, doc updates 4 years ago
.gitignore Ugly progress commit 4 years ago
Cargo.toml Yet another ugly progress commit 4 years ago
README.md Add README 4 years ago

README.md

StringQB

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

This is not usable yet