Fork me on GitHub
#datascript
<
2016-07-13
>
vikeri13:07:53

If I understand datomic correctly I think that my data model would leverage it greatly, I have a bunch of entities that will change over time but I want to be able to query the value of an entity at a specific time, eg. last Friday at 16:00. This will be quite cumbersome in SQL. Would this kind of time travel work better in datomic and would it work equally well in datascript?

Niki19:07:07

In Datomic — yes

Niki19:07:20

In DataScript — no, it doesn’t keep history

vikeri20:07:55

@tonsky: Ok, I'm using react native, but no way to persist to local storage for example?