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

https://github.com/carlosroberto555/react-native-sqlite-mobx

Library with amazing functions for sqlite and mobx
https://github.com/carlosroberto555/react-native-sqlite-mobx

mobx mobx-react react-native sqlite

Last synced: 10 months ago
JSON representation

Library with amazing functions for sqlite and mobx

Awesome Lists containing this project

README

          

# react-native-sqlite-mobx
(Under construction)
Library with amazing functions for sqlite and mobx

## SQLite
Simple implementation of sqlite on react-native with promises and another features (see SQLite class)

## SQLiteMobxModel
We can create a mobx model with sqlite connection (with methods for CRUD on database).
Extends this class on your mobx observable, and you can use CRUD methods.

## SQLiteMobxFlatList
A observable FlatList that use SQLiteMobxModel