ExLMDB
v0.1.0
Pages
Modules
ExLMDB v0.1.0
ExLMDB.Database
View Source
Link to this section
Summary
Functions
close(database)
close!(self)
delete(database, key)
delete!(self, key)
drop(database)
drop!(self)
empty?(self)
get(database, key)
get!(self, key)
open(path, opts \\ [], callback \\ nil)
open!(path, opts \\ [], callback \\ nil)
put(database, key, value)
put!(self, key, value)
put_new(database, key, value)
put_new!(self, key, value)
record_count(self)
record_count!(self)
Link to this section
Functions
Link to this function
close(database)
View Source
Link to this function
close!(self)
View Source
Link to this function
delete(database, key)
View Source
Link to this function
delete!(self, key)
View Source
Link to this function
drop(database)
View Source
Link to this function
drop!(self)
View Source
Link to this function
empty?(self)
View Source
Link to this function
get(database, key)
View Source
Link to this function
get!(self, key)
View Source
Link to this function
open(path, opts \\ [], callback \\ nil)
View Source
Link to this function
open!(path, opts \\ [], callback \\ nil)
View Source
Link to this function
put(database, key, value)
View Source
Link to this function
put!(self, key, value)
View Source
Link to this function
put_new(database, key, value)
View Source
Link to this function
put_new!(self, key, value)
View Source
Link to this function
record_count(self)
View Source
Link to this function
record_count!(self)
View Source