You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
our current Datascript use includes some Java types which are serialized directly into the EDN dump.
Althought this makes them easier to use at runtime, it also makes deserialization more complicated. This is specially relevant for persistent storage of datoms.
Storing only primitive types would ease this as we could rely directly on edn/read-string for decoding values.