Module

x/kysely_postgrs_js_dialect/deps.ts>PostgresIntrospector#getMetadata

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
method PostgresIntrospector.prototype.getMetadata
Deprecated
Deprecated

Use getTables() instead.

import { PostgresIntrospector } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/deps.ts";

Get the database metadata such as table and column names.

Parameters

optional
options: DatabaseMetadataOptions

Returns

Promise<DatabaseMetadata>