Skip to content

whizdummy/react-native-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-orm

ORM for React Native.

It uses Laravel-like approach and syntax (Eloquent and Query Builder). It uses SQLite storage by default.

Installation:

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

Example:

https://github.com/whizdummy/react-native-orm-sample

TODO:

  • Example
  • API Documentation
  • Publish to npm
  • Changelog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published