Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

consider making all entity values primitive types #278

@carocad

Description

@carocad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions