SQLite constants for various operations and flags.
node:sqlite)The DatabaseSync class represents a synchronous connection to a SQLite database. All operations are performed synchronously, blocking until completion.
The Session class for recording database changes. This class should not be instantiated directly; use Database.createSession() instead.
The StatementSync class represents a synchronous prepared statement. This class should not be instantiated directly; use Database.prepare() instead.
The main SQLite module interface.