struct DuckDB::Connection::Options
- DuckDB::Connection::Options
- Struct
- Value
- Object
Defined in:
duckdb/connection.crConstant Summary
-
CRYSTAL_DB_PARAM_KEYS =
"\n initial_pool_size\n max_pool_size\n max_idle_pool_size\n checkout_timeout\n retry_attempts\n retry_delay\n prepared_statements\n "
Constructors
- .new(filename : String, config_params : Hash(String, String))
- .new(filename : String, config_params : Hash(String, String))
Class Method Summary
Instance Method Summary
- #clone
- #config_params : Hash(String, String)
- #copy_with(filename _filename = @filename, config_params _config_params = @config_params)
- #filename : String
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(filename _filename = @filename, config_params _config_params = @config_params)
#