struct DuckDB::Connection::Options

Defined in:

duckdb/connection.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(filename : String, config_params : Hash(String, String)) #

[View source]
def self.new(filename : String, config_params : Hash(String, String)) #

[View source]

Class Method Detail

def self.from_uri(uri : URI) #

[View source]

Instance Method Detail

def clone #

[View source]
def config_params : Hash(String, String) #

def copy_with(filename _filename = @filename, config_params _config_params = @config_params) #

[View source]
def filename : String #