Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.PostgresIntrospector

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

Constructors

new
PostgresIntrospector(db: Kysely<any>)

Methods

Get the database metadata such as table and column names.

Get schema metadata.

Get tables and views metadata.