InconspicuousPaprika / Car.ly

MIT License
2 stars 3 forks source link

Database schema (Check out DBDsgnr or SQL Designer) #12

Closed cehsu closed 8 years ago

cehsu commented 8 years ago

Access instructions:

http://ondras.zarovi.cz/sql/demo/ save/load load from browser "Car.ly"

cehsu commented 8 years ago

Should we schedule extractions for favorites? so the data is pseudo-live?

cehsu commented 8 years ago

Database options for React Native: http://www.yoniweisbrod.com/storing-data-in-react-native-applications/ http://blog.zmxv.com/2015/09/what-i-learned-from-building-react.html

AsyncStorage: https://facebook.github.io/react-native/docs/asyncstorage.html http://www.reactnative.com/treat-your-data-well-with-these-react-natives-asyncstorage-wrappers/

MySQL: https://auth0.com/authenticate/react-native-ios/mysql

sqlite3: https://github.com/almost/react-native-sqlite http://www.reactnative.com/sqlite3-bindings-for-react-native/ https://github.com/almost/react-native-sqlite-example http://herman.asia/building-a-flashcard-app-with-react-native (https://github.com/andpor/react-native-sqlite-storage)

realm: https://realm.io/news/introducing-realm-react-native/

firebase (well-documented?): https://www.firebase.com/blog/2015-05-29-react-native.html