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?
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?
Try asking in #datomic since this seems Datomic-specific.