carlosroberto555 / react-native-sqlite-mobx

Library with amazing functions for sqlite and mobx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library with amazing functions for sqlite and mobx


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%