mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
17 lines
547 B
TypeScript
17 lines
547 B
TypeScript
|
|
export { KloSqliteDialect } from './dialect.js';
|
||
|
|
export {
|
||
|
|
isKloSqliteConnectionConfig,
|
||
|
|
KloSqliteScanConnector,
|
||
|
|
sqliteDatabasePathFromConfig,
|
||
|
|
type KloSqliteColumnDistinctValuesOptions,
|
||
|
|
type KloSqliteColumnDistinctValuesResult,
|
||
|
|
type KloSqliteConnectionConfig,
|
||
|
|
type KloSqliteReadOnlyQueryInput,
|
||
|
|
type KloSqliteScanConnectorOptions,
|
||
|
|
type SqliteDatabasePathInput,
|
||
|
|
} from './connector.js';
|
||
|
|
export {
|
||
|
|
createSqliteLiveDatabaseIntrospection,
|
||
|
|
type CreateSqliteLiveDatabaseIntrospectionOptions,
|
||
|
|
} from './live-database-introspection.js';
|