Skip to content

@saflib/drizzle-sqlite3


Type Alias: DbConnection<S>

DbConnection<S> = ReturnType<typeof drizzle>

The result of calling drizzle, typed to the schema you connected to.

Type Parameters

Type Parameter
S extends Schema