UNPKG
pouchdb
Version:
latest (9.0.0)
9.0.0
8.0.1
8.0.0
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
6.4.3
6.4.2
6.4.1
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.1-prerelease
6.2.0
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.0.18
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
PouchDB is a pocket-sized database
github.com/pouchdb/pouchdb
pouchdb/pouchdb
pouchdb
/
src
/
next.js
4 lines
•
174 B
JavaScript
View Raw
1
2
3
4
module
.exports =
require
(
'pouchdb-core'
) .plugin(
require
(
'pouchdb-adapter-indexeddb'
)) .plugin(
require
(
'pouchdb-adapter-http'
)) .plugin(
require
(
'pouchdb-replication'
));