/react-native-sqlite-mobx

Library with amazing functions for sqlite and mobx

Primary LanguageTypeScript

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