#execute #sqlite #request #queries #object #rusqlite #represents

sqlite-requests

Represent SQLite queries and executes as request objects

2 releases

Uses old Rust 2015

0.0.2 Sep 17, 2018
0.0.1 Sep 16, 2018

#16 in #represents

MIT license

240KB
5.5K SLoC

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.


lib.rs:

TODO

Sanitize input using sqlpop:

match SELECT / INSERT inline random()/etc.

Dependencies

~24MB
~472K SLoC