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

18 lines
713 B
TypeScript

export { KtxSnowflakeDialect } from './dialect.js';
export {
isKtxSnowflakeConnectionConfig,
KtxSnowflakeScanConnector,
snowflakeConnectionConfigFromConfig,
type KtxSnowflakeColumnDistinctValuesOptions,
type KtxSnowflakeColumnDistinctValuesResult,
type KtxSnowflakeConnectionConfig,
type KtxSnowflakeDriver,
type KtxSnowflakeDriverFactory,
type KtxSnowflakeRawColumnMetadata,
type KtxSnowflakeRawTableMetadata,
type KtxSnowflakeReadOnlyQueryInput,
type KtxSnowflakeResolvedConnectionConfig,
type KtxSnowflakeScanConnectorOptions,
type KtxSnowflakeSdkOptionsProvider,
} from './connector.js';
export { createSnowflakeLiveDatabaseIntrospection } from './live-database-introspection.js';