com.softinio.duck4s.algebra.DuckDBConfig
See theDuckDBConfig companion class
Factory methods for creating common DuckDB configurations.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Creates a configuration for an in-memory DuckDB database.
Creates a configuration for an in-memory DuckDB database.
This is the most common configuration for temporary data processing and testing.
Attributes
-
Returns
-
A DuckDBConfig configured for in-memory operation
-
Since
-
0.1.0
Creates a configuration for a persistent DuckDB database.
Creates a configuration for a persistent DuckDB database.
Value parameters
-
path
-
The file system path where the database will be stored
Attributes
-
Returns
-
A DuckDBConfig configured for persistent storage at the specified path
-
Since
-
0.1.0