From e6c64763807a8823c38fdc8857202ae38e624721 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Thu, 3 Apr 2025 19:53:19 -0700 Subject: [PATCH] Re-export `escapeIdentifier` from pg --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6f9722c..60c84c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -43,7 +43,7 @@ export interface ClientBase extends PgClientBase { neonConfig: NeonConfigGlobalAndClient; } -export { defaults, types, DatabaseError } from 'pg'; +export { defaults, types, DatabaseError, escapeIdentifier } from 'pg'; export type { BindConfig,