Factory
interface Factory
Opens an ExternalSource for a database, from the source config.
See Registration to make an external source implementation available through ATTACH DATABASE.
Functions
Link copied to clipboard
abstract fun open(dbName: String, remotes: Map<RemoteAlias, Remote>, meterRegistry: MeterRegistry? = null): ExternalSource