class CROM::Container

Defined in:

crom/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri, **options) #

[View source]

Instance Method Detail

def gateway : CROM::Gateway #

[View source]
def models : Hash(String, CROM::Model) #

[View source]
def register_model(name : String | Symbol, mclass : Model) #

[View source]
def uri : URI #

[View source]