mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
18 lines
713 B
TypeScript
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';
|