datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
lilactown 2020-02-18T23:02:24.053900Z

has anyone used datascript as a client-side cache for datomic or crux?

2020-02-20T05:54:11.064200Z

https://github.com/metasoarous/datsync was an effort in this direction, but isn't yet batteries included for anything other than full db replication.

mkvlr 2020-02-25T08:21:55.002300Z

I’d also really like this. I feel an adaptation of https://blog.acolyer.org/2019/06/17/towards-multiverse-databases/ could be key to a solution for this and I imagine this being a lot simpler using Datalog than SQL.