mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Separate `Store` from `Conn`. #741

Closed ncalexan closed 6 years ago

ncalexan commented 6 years ago

This is a Pre: part extracted from #660.

thomcc commented 6 years ago

This accidentally broke sqlcipher support, since it didn't move the impl Store that was behind #[cfg(feature = "sqlcipher")] (will fix)

ncalexan commented 6 years ago

This accidentally broke sqlcipher support, since it didn't move the impl Store that was behind #[cfg(feature = "sqlcipher")] (will fix)

Sorry -- I should have realized that #738 meant my testing locally and relying on Travis wasn't sufficient. Please correct me.