hi, i have a question, if you are using datascript on the clientside with cljs and also on the serverside with clj, how are you persisting your database between starts / how are you saving it to disk?
Likely going to use Duratoms
@sova have you checked out https://github.com/replikativ/datahike?
Hadn’t heard of duratoms before, looks really simple, especially if your data requirements are modest. I imagine it will have performance issues with large volumes of datoms.
There’s also #datahike if you have questions about it.