ORM for React Native.
It uses Laravel-like approach and syntax (Eloquent and Query Builder). It uses SQLite storage by default.
react-native-orm uses react-native-sqlite-storage to interact to SQLite database so you should install it first.
Yarn:
yarn add git+https://github.com/whizdummy/react-native-orm#master
NPM:
npm install --save git+https://github.com/whizdummy/react-native-orm#master
https://github.com/whizdummy/react-native-orm-sample
TODO:
- Example
- API Documentation
- Publish to npm
- Changelog