Fork me on GitHub
#datascript
<
2018-02-14
>
Petrus Theron09:02:11

Storing Datascript db on React Native: how to do it? I see AsyncStorage on RN docs (https://facebook.github.io/react-native/docs/asyncstorage.html), but storing entire serialized DB seems inefficient. Store txes? Load, compress, reserialize on next startup? How are guys doing it?