Fork me on GitHub
#datascript
<
2018-02-24
>
dmrd21:02:16

Is there a recommended way of handling persistence for datascript? I'm trying to figure out the minimal overhead way to persist data for a simple frontend app

dmrd21:02:28

Have localstorage working, but want to be able to share state across devices

dmrd21:02:47

datsync seems promising

dmrd21:02:30

Also found an example of datascript <-> firebase which seems like the minimal overhead solution: https://github.com/mrmcc3/datascript-firebase-sync

dmrd21:02:53

Not immediately important, but I want to have a path to using offline and then sync any missing transactions over when back online