How to use the sqlite3.run function in sqlite3

To help you get started, we’ve selected a few sqlite3 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 JoshuaWise / better-sqlite3 / benchmark-old / get-db.js View on Github external
function opened() {
		ours.pragma('cache_size = -16000;');
		theirs.run('PRAGMA cache_size = -16000;', function () {
			callback(ours, theirs);
		});
	}
};

sqlite3

Asynchronous, non-blocking SQLite3 bindings

BSD-3-Clause
Latest version published 11 months ago

Package Health Score

81 / 100
Full package analysis