ktx/packages/connector-posthog/src/index.ts
2026-05-10 23:51:24 +02:00

19 lines
720 B
TypeScript

export { KtxPostHogDialect, type KtxPostHogSampleColumnInfo } from './dialect.js';
export {
getKtxPostHogColumnDescription,
getKtxPostHogPropertyDescription,
getKtxPostHogTableDescription,
} from './schema-descriptions.js';
export {
isKtxPostHogConnectionConfig,
KtxPostHogScanConnector,
postHogConnectionConfigFromConfig,
type KtxPostHogColumnDistinctValuesOptions,
type KtxPostHogColumnDistinctValuesResult,
type KtxPostHogConnectionConfig,
type KtxPostHogFetch,
type KtxPostHogReadOnlyQueryInput,
type KtxPostHogResolvedConnectionConfig,
type KtxPostHogScanConnectorOptions,
} from './connector.js';
export { createPostHogLiveDatabaseIntrospection } from './live-database-introspection.js';