NodeSqliteDialect
Hierarchy
- SqliteDialect
- NodeSqliteDialect
Index
Constructors
Methods
Constructors
constructor
Parameters
dbName: string
Returns NodeSqliteDialect
Methods
inheritedcreateAdapter
Creates an adapter for the dialect.
Returns DialectAdapter
inheritedcreateDriver
Creates a driver for the dialect.
Returns Driver
inheritedcreateIntrospector
Creates a database introspector that can be used to get database metadata such as the table names and column names of those tables.
dbnever has any plugins installed. It's created using Kysely.withoutPlugins.Parameters
db: Kysely<any>
Returns DatabaseIntrospector
inheritedcreateQueryCompiler
Creates a query compiler for the dialect.
Returns QueryCompiler
Kysely dialect for
node:sqlite(Node.js 22.5+, Deno 2.2+).Bridges
node:sqlite'sDatabaseSyncto thebetter-sqlite3interface that Kysely'sSqliteDialectexpects.