import { ClientSQLite } from "https://deno.land/x/nessie@2.0.11/mod.ts";
SQLite client
Constructors
new
ClientSQLite(...params: SQLiteClientOptions)Properties
dialect: DBDialects
Methods
close()
getAll()
migrate(amount: AmountMigrateT)
prepare()
rollback(amount: AmountRollbackT)
seed(matcher?: string)