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

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

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)**