Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.MysqlDialect#createIntrospector

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

Creates a database introspector that can be used to get database metadata such as the table names and column names of those tables.

db never has any plugins installed. It's created using Kysely.withoutPlugins.