datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2020-01-14T12:39:06.003900Z

Interesting, I did something similar but with sqlite. However I used the listen! Directly inside the library instead of on user code. That way the user could still keep using Datascript/transact! Instead of the library one

2020-01-14T12:39:30.004500Z

PS: it would probably be good to publish this on #announcements to reach more people 😉

2020-01-14T12:42:46.004700Z

Question: is there a way to restore the local Datascript from firestore? Or is the local one always assumed to be the master? I'm thinking of a it who opens the same app on another computer/phone

alidlorenzo 2020-01-14T19:33:25.006900Z

anyone use datascript via javascript? is that recommended at all still? (just exploring my options right now, so interested in hearing opinions, thanks)

alidlorenzo 2020-01-14T19:33:51.007Z

i see mori isn't maintained anymore, so that's definitely something to consider