How to use the websql function in websql

To help you get started, we’ve selected a few websql examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pouchdb / pouchdb / packages / pouchdb-adapter-websql / src / createOpenDBFunction.js View on Github external
return function openDB(opts) {
    return openDatabase(opts.name, opts.version, opts.description, opts.size);
  };
}

websql

WebSQL Database API, implemented for Node using sqlite3

Apache-2.0
Latest version published 3 years ago

Package Health Score

55 / 100
Full package analysis