thanks for the help @metasoarous. I'm interested in using datahike for personal projects at the moment. I want to learn datomic, but I can't justify the cost or operational maintenance for my small-fry stuff š
What is the relationship between datahike and konserve? Is datahike usable as a SQLite replacement with clojurescript in-browser?
basically Iām looking for something like pouchdb but for clojurescript
i also can't wait for datahike in the browser
durable datascript, a dream come true
hopefully at some point
Yeah, I was hoping there was a straightforward way to persist/replicate my re-frame DB, but I haven't found anything like that yet
I cobbled together a solution my self for local storage, but it's not very robust
It is not possible to use datahike with a durable backend in the browser yet, unfortunately. For this to work, the query system will have to be made asynchronous.