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,