We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0031df3 commit 2504b76Copy full SHA for 2504b76
1 file changed
mod.ts
@@ -13,7 +13,7 @@ import {
13
import { PostgresDriver } from "./src/postgres-driver.ts";
14
import { PostgresDialectConfig } from "./src/postgres-dialect-config.ts";
15
16
-export { type DatabaseConnection, Pool } from "./deps.ts";
+export { type DatabaseConnection, kysely, Pool, postgres } from "./deps.ts";
17
18
export class KyselyDenoPostgresDialect implements Dialect {
19
readonly #config: PostgresDialectConfig;
0 commit comments