We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e90e9e commit 85caea3Copy full SHA for 85caea3
src/client.ts
@@ -10,6 +10,7 @@ import literals from './literals';
10
import channels from './channels';
11
import type { ConnectionMessage, ConnectionEnqueueMessage } from './channels';
12
import { RDSPoolConfig } from './PoolConfig';
13
+export * from './types';
14
15
interface PoolPromisify extends Omit<Pool, 'query'> {
16
query(sql: string): Promise<any>;
0 commit comments