datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2018-07-12T22:44:52.000093Z

I'm using DataScript for a web app. What makes the most sense for global singleton data? (app theme, user data, etc.) Should I have a single datom with ID 0 that has the keys I need? Should I keep that out of DataScript?