datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
mloughlin 2019-06-10T09:15:39.005300Z

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 šŸ™‚

knubie 2019-06-10T12:55:27.006500Z

What is the relationship between datahike and konserve? Is datahike usable as a SQLite replacement with clojurescript in-browser?

knubie 2019-06-10T13:03:22.006900Z

basically Iā€™m looking for something like pouchdb but for clojurescript

carkh 2019-06-10T14:34:23.007200Z

i also can't wait for datahike in the browser

carkh 2019-06-10T14:35:17.007900Z

durable datascript, a dream come true

carkh 2019-06-10T14:35:36.008300Z

hopefully at some point

knubie 2019-06-10T15:34:31.009600Z

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

knubie 2019-06-10T15:35:28.010400Z

I cobbled together a solution my self for local storage, but it's not very robust

2019-06-10T17:16:21.011300Z

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.