Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.AnyAliasedColumnWithTable

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

Just like AnyColumnWithTable but with a as <string> suffix.

Type Parameters

DB
TB extends keyof DB
definition: `${AnyColumnWithTable<DB, TB>} as ${string}`