struct PgORM::Database::Info

Included Modules

Defined in:

pg-orm/database.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def table(name : String) : TableInfo | Nil #

[View source]
def table?(name : String) #

[View source]
def table_infos : Array(TableInfo) #

[View source]
def table_names #

[View source]