datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
teodorlu 2021-02-09T11:53:35.012300Z

@coding.aaronp An alternative is to use foregn keys for this (`:db/unique :db.unique/identity`), and let the database keep their internal IDs as implementation details. I think I'd do that. More details: https://github.com/kristianmandrup/datascript-tutorial/blob/master/entity-identity.md#lookup-refs

aaroncoding 2021-02-09T13:29:35.013Z

Thanks!