struct DB::Connection::Options

Defined in:

db/connection.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(prepared_statements : Bool = true, prepared_statements_cache : Bool = true) #

[View source]

Class Method Detail

def self.from_http_params(params : HTTP::Params, default = Options.new) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(prepared_statements _prepared_statements = @prepared_statements, prepared_statements_cache _prepared_statements_cache = @prepared_statements_cache) #

[View source]
def prepared_statements : Bool #

def prepared_statements_cache : Bool #