4.0.5 • Published 10 months ago
pouchdb-adapter-react-native-sqlite v4.0.5
pouchdb-adapter-react-native-sqlite
PouchDB adapter using op-sqlite as its backing store on React Native. It's much faster than AsyncStorage.
As of v4.0.0, it no longer requires @craftzdog/pouchdb-adapter-websql-core
.
It now directly uses op-sqlite, so it's more efficient.
Installation
npm install pouchdb-adapter-react-native-sqlite
Usage
import PouchDB from 'pouchdb-core'
import HttpPouch from 'pouchdb-adapter-http'
import replication from 'pouchdb-replication'
import mapreduce from 'pouchdb-mapreduce'
import sqliteAdapter from 'pouchdb-adapter-react-native-sqlite'
export default PouchDB.plugin(HttpPouch)
.plugin(replication)
.plugin(mapreduce)
.plugin(sqliteAdapter)
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT © Takuya Matsuyama
4.0.5
10 months ago
4.0.0-rc.1
12 months ago
4.0.4
10 months ago
4.0.0-rc.3
11 months ago
4.0.0-rc.2
11 months ago
4.0.1
11 months ago
4.0.3
11 months ago
4.0.2
11 months ago
3.0.1
4 years ago
3.0.0
4 years ago
2.0.0
6 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago