Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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