https://github.com/enieber/rn-db-example
samples how to use database with react native
https://github.com/enieber/rn-db-example
database hacktoberfest pouchdb react-native react-native-db realm sqlite watermelondb
Last synced: 10 months ago
JSON representation
samples how to use database with react native
- Host: GitHub
- URL: https://github.com/enieber/rn-db-example
- Owner: enieber
- Created: 2018-02-23T18:02:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T07:15:13.000Z (11 months ago)
- Last Synced: 2025-04-10T00:07:00.394Z (10 months ago)
- Topics: database, hacktoberfest, pouchdb, react-native, react-native-db, realm, sqlite, watermelondb
- Language: Objective-C
- Homepage:
- Size: 716 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native using database
This project show examples how to use database with app in react-native.
## Todo
- [x] [PouchDB](https://pouchdb.com/)
- [x] [Realm](https://realm.io/)
- [x] [Sqlite](https://sqlite.org/index.html)
- [x] [WatermelonDB](https://github.com/ValcineiJr/WatermelonDB-YT)
- [ ] [Vasern](https://github.com/vasern/vasern) - [issue #2](https://github.com/enieber/rn-db-example/issues/2)
- [ ] [react-native-fast-storage](https://github.com/FidMe/react-native-fast-storage) - [issue #3](https://github.com/enieber/rn-db-example/issues/3)
### PouchDB
in branch **[master](https://github.com/enieber/rn-db-example/tree/master)**
### Realm
in branch **[realm](https://github.com/enieber/rn-db-example/tree/realm)**
### Sqlite
in branch **[sqlite](https://github.com/enieber/rn-db-example/tree/sqlite)**