{"library":"pouchdb-adapter-node-websql","type":"library","category":null,"description":"PouchDB adapter that uses Node.js-based SQLite (via node-websql) as its data store. Latest stable version is 7.0.0. This package is part of the PouchDB monorepo and targets Node.js environments only, providing a WebSQL-compatible backend. It is designed for use with PouchDB's plugin system and requires explicit registration. Not recommended for new projects; consider using pouchdb-adapter-leveldb or pouchdb-adapter-node-websql as part of PouchDB’s custom builds for better performance and modern SQLite bindings. The adapter name is 'websql'. Maintained by the PouchDB team.","language":"javascript","status":"deprecated","version":"7.0.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install pouchdb-adapter-node-websql","imports":["import PouchDB from 'pouchdb-core';\nimport pouchAdapterNodeWebsql from 'pouchdb-adapter-node-websql';\nPouchDB.plugin(pouchAdapterNodeWebsql);","var PouchDB = require('pouchdb-core');\nrequire('pouchdb-adapter-node-websql')(PouchDB);\nvar db = new PouchDB('mydb', {adapter: 'websql'});","PouchDB.plugin(require('pouchdb-adapter-node-websql'));"]},{"cmd":"yarn add pouchdb-adapter-node-websql","imports":[]},{"cmd":"pnpm add pouchdb-adapter-node-websql","imports":[]}],"homepage":"https://github.com/pouchdb/pouchdb#readme","github":"https://github.com/pouchdb/pouchdb","docs":null,"changelog":null,"pypi":null,"npm":"pouchdb-adapter-node-websql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}