7.0.9 • Published 5 years ago

pouchdb-adapter-node-sql v7.0.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

pouchdb-adapter-node-sql

Based on PouchDB adapter using Node-based SQLite (via node-websql) as its data store. Designed to run in Node.js. Its adapter name is 'websql'.

Usage

npm install github:liederivative/pouchdb-adapter-node-sql
PouchDB.plugin(require('pouchdb-adapter-node-node-sql'));
var db = new PouchDB('mydb', {adapter: 'websql'});

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.

7.0.9

5 years ago

7.0.8

5 years ago

7.0.7

5 years ago

7.0.6

5 years ago

7.0.5

5 years ago

7.0.4

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago