LibraryActive

Node.js SQLite Module

Built-in SQLite module for Node.js providing synchronous database access with prepared statements, sessions, backups, and tagged template literals.

Open source page

Product features

Product features

Class: DatabaseSync #

database.aggregate(name, options) #

database.close() #

database.enableDefensive(active) #

database.enableLoadExtension(allow) #

database.exec(sql) #

database.loadExtension(path[, entryPoint]) #

database.location([dbName]) #

new DatabaseSync(path[, options]) #

Node.js v26.7.0 documentation

SQLite #

Type conversion between JavaScript and SQLite #