fddc57d548
* Part 1: added limits feature to rusqlite dependencies. * Part 2: replace references to SQLITE_MAX_VARIABLE_NUMBER with sqlite3_limit. * Move assertion check for correct number of variables in repeat_values to before call as this is where the variable is defined. * Part 3: add tests |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
This sub-crate implements the SQLite database layer: installing, managing, and migrating forward the SQL schema underlying the datom store.