datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
aaroncoding 2021-02-08T00:37:47.008100Z

Hey all When I try to add entities from a datomic db, I get the message: "Highest supported entity id is 2147483647, got 17592186045489" Is there any way around this?

aaroncoding 2021-02-08T02:18:10.009800Z

Ok I'm now adding a new :eid attribute to every entity that comes in. It seems to work for now, but feels incredibly inelegant. Surely there's a way to increase the max integer size of entity ids in datascript?

simongray 2021-02-08T08:29:36.010400Z

Try asking in #datomic since this seems Datomic-specific.