Fork me on GitHub
#datascript
<
2021-02-08
>
aaroncoding00:02:47

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?

aaroncoding02:02:10

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?

simongray08:02:36

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