Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.MysqlDialect#createIntrospector

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.MysqlDialect.prototype.createIntrospector
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.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 {@link Kysely.withoutPlugins}.