rocket_sqlite_rw_pool 0.0.1-alpha2

Read-Write SQLite pool for Rocket with query builder, migrations, and CSRF protection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rocket_sqlite_rw_pool

This is a database pool based off of `rocket_sync_db_pools` which exposes low-level `rusqlite` connections and transactions. It also avoids deadlocks/errors with multiple writers by exposing separate pools for read and write connections.

Also provided:

* Safe by default CSRF protection
* Query builder for bulk inserts
* Various query helpers
* Migration support

This is provided AS-IS and is alpha-quality software. Lots of documentation and automated testing is still needed - but it works fine in some production applications already.