Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ejdb
master
EJDB
BSON
DB
TokyoCabinet
Built with Crystal 1.9.2
2023-10-07 21:07:23 UTC
class
EJDB::DB
EJDB::DB
Reference
Object
Defined in:
ejdb.cr
Constructors
.new
(filename : String, mode : Int32)
Instance Method Summary
#close
#finalize
#find
(collection : String, query, hints =
nil
)
#save
(collection : String, *objs)
Constructor Detail
def self.
new
(filename : String, mode : Int32)
#
[
View source
]
Instance Method Detail
def
close
#
[
View source
]
def
finalize
#
[
View source
]
def
find
(collection : String, query, hints =
nil
)
#
[
View source
]
def
save
(collection : String, *objs)
#
[
View source
]