datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
2021-06-14T11:16:54.204400Z

The db object implements a protocol that supplies (the implementation of) d/q. What we have in our app is a wrapper that intercepts some of those protocol functions and (possibly) amends/replaces their implementation. For one, we have a wrapper for d/q logging queries and their results to a tap.

cjsauer 2021-06-14T16:42:39.204600Z

By locally do you mean dev-local? I think in that case calling d/delete-database does indeed destroy the data on disk. I use this during development to re-seed my local db while testing out schema changes. I have it on a hotkey.