datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
motform 2020-11-03T09:29:49.046600Z

Is there a simple way to pour a small datomic database into a datascript front end? I know there is Datsync, but it seems like a rather large buy-in. I don’t need the syncing, just a way to move a subset of the db to the front end.

2020-11-03T19:26:41.048800Z

Hi @love.lagerkvist. You may find it useful to use some of the utility functions from datsync to do this. Hoping to make this sort of thing easier in the future, but most of my open source time has been taken up with Oz lately. But if you poke around there and find some helpful changes which could be made, please feel free to raise an issue or PR. Thanks!