Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.SqliteIntrospector

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
class kysely.SqliteIntrospector
import { kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.1/mod.ts";
const { SqliteIntrospector } = kysely;

Constructors

new
SqliteIntrospector(db: Kysely<any>)

Methods

Get the database metadata such as table and column names.

Get schema metadata.

Get tables and views metadata.