class Wraith::DB

Defined in:

wraithdb/db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db_path : String) #

[View source]

Instance Method Detail

def [](store_name : String) #

[View source]
def []=(store_name : String, store : HashStore | ArrayStore | SetStore) #

[View source]
def db_path : String #

[View source]
def ensemble #

[View source]
def ensemble=(ensemble) #

[View source]
def init #

[View source]
def init_or_load #

[View source]
def load #

[View source]
def persist #

[View source]