ktx/packages/connector-postgres/src/index.ts

22 lines
789 B
TypeScript
Raw Permalink Normal View History

2026-05-10 23:51:24 +02:00
export { KtxPostgresDialect } from './dialect.js';
2026-05-10 23:12:26 +02:00
export {
2026-05-10 23:51:24 +02:00
isKtxPostgresConnectionConfig,
KtxPostgresScanConnector,
2026-05-10 23:12:26 +02:00
postgresPoolConfigFromConfig,
2026-05-10 23:51:24 +02:00
type KtxPostgresColumnDistinctValuesOptions,
type KtxPostgresColumnDistinctValuesResult,
type KtxPostgresColumnStatisticsResult,
type KtxPostgresConnectionConfig,
type KtxPostgresEndpointResolver,
type KtxPostgresPoolConfig,
type KtxPostgresPoolFactory,
type KtxPostgresReadOnlyQueryInput,
type KtxPostgresScanConnectorOptions,
type KtxPostgresTableSampleResult,
2026-05-10 23:12:26 +02:00
} from './connector.js';
export {
2026-05-10 23:51:24 +02:00
KtxPostgresHistoricSqlQueryClient,
type KtxPostgresHistoricSqlQueryClientOptions,
2026-05-10 23:12:26 +02:00
} from './historic-sql-query-client.js';
export { createPostgresLiveDatabaseIntrospection } from './live-database-introspection.js';