datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
jdkealy 2021-06-11T12:22:45.191500Z

When you delete a database locally, doe it destroy all the data ?

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.