DuckDBConfig

com.softinio.duck4s.algebra.DuckDBConfig
See theDuckDBConfig companion class
object DuckDBConfig

Factory methods for creating common DuckDB configurations.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

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