Package-level declarations
Types
Link copied to clipboard
class UnsupportedDatabaseException(databaseProductName: String, supported: Collection<String>) : FF4kConfigurationException
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.