struct

DuckDB::Connection::Options

Inherits Struct / Value / Object

Constants

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))
Source
new(filename : String, config_params : Hash(String, String))
Source

Class methods

from_uri(uri : URI)
Source

Instance methods

clone
Source
config_params
copy_with(filename _filename = @filename, config_params _config_params = @config_params)
Source
filename