How to use the sqlite.openDatabaseSync function in sqlite

To help you get started, we’ve selected a few sqlite 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 sconover / knit-js / lib / knit / engine / sqlite / connection.js View on Github external
  p.open = function() { this._conn = sqlite.openDatabaseSync(this._sqlite_connection_string) }
  p.close = function() { this._conn.close() }

sqlite

SQLite client for Node.js applications with SQL-based migrations API written in Typescript

MIT
Latest version published 6 months ago

Package Health Score

79 / 100
Full package analysis