Module

x/nessie/mod.ts>ClientSQLite

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
class ClientSQLite
import { ClientSQLite } from "https://dotland.deno.dev/x/nessie@2.0.11/mod.ts";

SQLite client

Constructors

new
ClientSQLite(...params: SQLiteClientOptions)

Properties

protected
readonly
QUERY_CREATE_MIGRATION_TABLE
protected
readonly
QUERY_MIGRATION_TABLE_EXISTS
protected
readonly
QUERY_TRANSACTION_COMMIT
protected
readonly
QUERY_TRANSACTION_ROLLBACK
protected
readonly
QUERY_TRANSACTION_START
protected
readonly
QUERY_UPDATE_TIMESTAMPS
dialect: DBDialects