diff --git a/deno-client/mod.ts b/deno-client/mod.ts index f8e0983d2f..44a215d740 100644 --- a/deno-client/mod.ts +++ b/deno-client/mod.ts @@ -7,6 +7,8 @@ export { UserApi, WorkspaceApi } from './windmill-api/index.ts' +export { pgSql, pgClient } from './pg.ts' + export type Sql = string export type Email = string export type Base64 = string