#execute #sqlite #request #queries #object #rusqlite #serialization

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

#23 in #rusqlite

21 downloads per month

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
~454K SLoC