38a92229d7
Generally, I think that Mentat is using too many small traits rather than wrapping types into newtypes. Wrapping into newtypes is cheap in Rust, and it makes it easier to reason about the code. |
||
---|---|---|
.. | ||
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.