mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
19 lines
720 B
TypeScript
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';
|