https://github.com/atnic/react-native-jala-orm
React Native JALA ORM
https://github.com/atnic/react-native-jala-orm
offline-app offline-first orm query-builder react-native sqlite
Last synced: 26 days ago
JSON representation
React Native JALA ORM
- Host: GitHub
- URL: https://github.com/atnic/react-native-jala-orm
- Owner: Atnic
- Created: 2020-06-15T02:41:58.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-05T00:24:10.000Z (over 3 years ago)
- Last Synced: 2025-02-04T20:18:36.382Z (over 1 year ago)
- Topics: offline-app, offline-first, orm, query-builder, react-native, sqlite
- Language: JavaScript
- Size: 482 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JALA ORM: React Native ORM (Object Relational Mapping)
JALA ORM is [Laravel 5.8 Eloquent](https://laravel.com/docs/5.8/eloquent) for React Native.
This package is a wrapper for [Crane](https://github.com/adhyapranata/crane) (React Native SQL Query Builder).
## Installation
NPM:
```bash
npm install react-native-jala-orm
```
Yarn:
```bash
yarn add react-native-jala-orm
```
This package is also install [Crane](https://github.com/adhyapranata/crane) and
[react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) as its dependencies
## Thank You!
- [Laravel 5.8 Eloquent](https://laravel.com/docs/5.8/eloquent) as the primary reference of this library
## License
This project is [MIT](LICENSE) licensed.