mentat/db
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
..
src Add Stores to manage Conn and creation of rusqlite::Connections. 2018-08-29 16:28:36 +01:00
tests Pre: Move core/types.rs into core_traits 2018-08-09 13:16:05 -07:00
Cargo.toml Pre: Move db/errors.rs into db_traits 2018-08-09 13:16:05 -07:00
README.md Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00

This sub-crate implements the SQLite database layer: installing, managing, and migrating forward the SQL schema underlying the datom store.