Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 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 (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-07T20:57:09.000Z (over 2 years ago)
- Last Synced: 2023-02-28T10:26:41.115Z (almost 2 years ago)
- Topics: offline-app, offline-first, orm, query-builder, react-native, sqlite
- Language: JavaScript
- Size: 482 KB
- Stars: 0
- Watchers: 4
- 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.