Duck Db Data Source
class DuckDbDataSource @JvmOverloads constructor(var databaseName: String = "") : DataSource(source)
The client should set the databaseName property appropriately before establishing a connection. The databaseName property should be a path to the file that represents the database on disk. If no database name is provided then an in-memory database is created.