Implement Database::with
Opened this issue · 0 comments
piperswe commented
- Allow creating an ephemeral database value with a transaction's results in-memory, and everything else backed by the main connection's storage backend.
- See https://docs.datomic.com/on-prem/clojure/index.html#datomic.api/with
- Depends on #34
- Depends on #35