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
- Host: GitHub
- URL: https://github.com/carlosroberto555/react-native-sqlite-mobx
- Owner: carlosroberto555
- Created: 2019-07-01T19:11:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T18:47:36.000Z (over 4 years ago)
- Last Synced: 2025-03-24T20:11:19.328Z (11 months ago)
- Topics: mobx, mobx-react, react-native, sqlite
- Language: TypeScript
- Size: 310 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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