Skip to content

Commit 84a15a5

Browse files
authored
chore: export kysely sql (#11)
1 parent d0b8ab0 commit 84a15a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
PostgresQueryCompiler,
1616
type QueryCompiler,
1717
type QueryResult,
18+
sql,
1819
Transaction,
1920
type TransactionSettings,
2021
} from "https://cdn.jsdelivr.net/npm/kysely@0.27.3/dist/esm/index.js";

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { type DatabaseConnection, kysely, postgres } from "./deps.ts";
1+
export { type DatabaseConnection, kysely, postgres, sql } from "./deps.ts";
22
export {
33
PostgresJSConnection,
44
PostgresJSDialect,

0 commit comments

Comments
 (0)