Skip to content

Commit 2504b76

Browse files
committed
feat: reexport kysely and postgres from mod.ts
1 parent 0031df3 commit 2504b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { PostgresDriver } from "./src/postgres-driver.ts";
1414
import { PostgresDialectConfig } from "./src/postgres-dialect-config.ts";
1515

16-
export { type DatabaseConnection, Pool } from "./deps.ts";
16+
export { type DatabaseConnection, kysely, Pool, postgres } from "./deps.ts";
1717

1818
export class KyselyDenoPostgresDialect implements Dialect {
1919
readonly #config: PostgresDialectConfig;

0 commit comments

Comments
 (0)