Crates.io | rocket_sqlite_rw_pool |
lib.rs | rocket_sqlite_rw_pool |
version | 0.0.1-alpha2 |
source | src |
created_at | 2024-01-20 22:59:36.99699 |
updated_at | 2024-02-19 05:34:28.518929 |
description | Read-Write SQLite pool for Rocket with query builder, migrations, and CSRF protection |
homepage | |
repository | https://github.com/mhlakhani/rocket_sqlite_rw_pool |
max_upload_size | |
id | 1106909 |
size | 79,799 |
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:
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.