class Avram::PostgresURL

Defined in:

avram/postgres_url.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

Constructor Detail

def self.new(database : String, hostname : String, username : String = "", password : String = "", port : String = "") #

[View source]

Class Method Detail

def self.build(**args) #

[View source]

Instance Method Detail

def build #

[View source]
def database : String #

[View source]
def hostname : String #

[View source]
def password : String #

[View source]
def port : String #

[View source]
def username : String #

[View source]