sqlite-requests 0.0.1

Represent SQLite queries and executes as request objects
1
2
3
4
5
# sqlite-requests

Represent SQLite queries and executes as request objects. Allows serialization of the request objects with serde or protobuf.

Built on top of [Rusqlite](https://github.com/jgallagher/rusqlite).