#sqlite #execute #request #queries #objects #serialization #serde

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

#86 in #queries

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

~23MB
~453K SLoC