rustsqlite
rustsqlite copied to clipboard
Decoder / Encoder API for query results and binding
The idea is the client declares a strict with deriving Encodeable; then query results come back as an iterator over that type.
Likewise, bind variables for a statement can be set from a a Decodeable struct or perhaps even a tuple.
I hope to work up a PR.