class

PgORM::Settings::HabitatSettings

Inherits Reference < Object

Class methods

db
db=(value : String)
db?

Used for checking missing settings on non-nilable types It's advised to use db in your apps to ensure the propper type is checked.

host
host=(value : String)
host?

Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.

host_read_only
host_read_only=(value : String | Nil)
host_read_only?

Used for checking missing settings on non-nilable types It's advised to use host_read_only in your apps to ensure the propper type is checked.

lock_timeout
lock_timeout=(value : Time::Span)
lock_timeout?

Used for checking missing settings on non-nilable types It's advised to use lock_timeout in your apps to ensure the propper type is checked.

password
password=(value : String)
password?

Used for checking missing settings on non-nilable types It's advised to use password in your apps to ensure the propper type is checked.

port
port=(value : Int32)
port?

Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.

query
query=(value : String)
query?

Used for checking missing settings on non-nilable types It's advised to use query in your apps to ensure the propper type is checked.

query_read_only
query_read_only=(value : String)
query_read_only?

Used for checking missing settings on non-nilable types It's advised to use query_read_only in your apps to ensure the propper type is checked.

to_h

Generates a hash using the provided values

user
user=(value : String)
user?

Used for checking missing settings on non-nilable types It's advised to use user in your apps to ensure the propper type is checked.