Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.