mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
6 lines
397 B
TypeScript
6 lines
397 B
TypeScript
export { pg, PgPostgresConnection, type PgPostgresConnectionConfig } from "./PgPostgresConnection";
|
|
export { PostgresIntrospector } from "./PostgresIntrospector";
|
|
export { PostgresConnection, type QB, plugins } from "./PostgresConnection";
|
|
export { postgresJs, PostgresJsConnection, type PostgresJsConfig } from "./PostgresJsConnection";
|
|
export { createCustomPostgresConnection } from "./custom";
|