class Marten::Conf::GlobalSettings::Database

Overview

Defines the configuration of a specific database connection.

Defined in:

marten/conf/global_settings/database.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String) #

[View source]

Instance Method Detail

def backend : String? #

[View source]
def backend=(val : String | Symbol) #

[View source]
def host : String? #

[View source]
def host=(val : String | Symbol) #

[View source]
def id : String #

[View source]
def name : String? #

[View source]
def name=(val : Path | String | Symbol) #

[View source]
def password : String? #

[View source]
def password=(val : String | Symbol) #

[View source]
def port : Int32? #

[View source]
def port=(val : Int) #

[View source]
def user : String? #

[View source]
def user=(val : String | Symbol) #

[View source]