coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Added react-native store ( using ios native sqlite3 ). #169

Closed lukasredev closed 9 years ago

lukasredev commented 9 years ago

As discussed here I used the react-native-sqlite module to create persistencejs store that can be used with react-native. I have to say that using persistencejs with react-native really rocks :D

lukasredev commented 9 years ago

@zefhemel @rsaccon ?

zefhemel commented 9 years ago

Nice, thank you!

andpor commented 8 years ago

have a look at react-native-sqlite-storage..had both android and ios implementation...