mentat/public-traits
Emily Toop e1c2c9ee77 Add Stores to manage Conn and creation of rusqlite::Connections.
Enable ability to create named in memory stores and in memory stores with shared caches.
Include ability to create encrypted connections.
Update `Store` to take an `Arc<Conn>` so references can be shared.
Update FFI to use `Stores` instead of `Store`.
Add `store_open_named_in_memory_store` to open a named in-memory store over FFI (useful for tests).
2018-08-29 16:28:36 +01:00
..
Cargo.toml Allow 'sqlcipher' feature for all uses of rusqlite 2018-08-20 16:55:34 -07:00
errors.rs Add Stores to manage Conn and creation of rusqlite::Connections. 2018-08-29 16:28:36 +01:00
lib.rs Part 1: Move public errors into public-traits 2018-08-09 13:16:05 -07:00