Package-level declarations

Types

Link copied to clipboard

Exception thrown when the database type is not supported.

Functions

Link copied to clipboard
suspend fun jdbcFeatureStore(dataSource: DataSource, customSerializersModule: SerializersModule = SerializersModule {}, ioDispatcher: CoroutineDispatcher = Dispatchers.IO): FeatureStore

Creates a JDBC-backed FeatureStore that auto-detects the database type.

suspend fun jdbcFeatureStore(dataSource: DataSource, dialect: SqlDialect, customSerializersModule: SerializersModule = SerializersModule {}, ioDispatcher: CoroutineDispatcher = Dispatchers.IO): FeatureStore

Creates a JDBC-backed FeatureStore with an explicit SQL dialect.