dubdb
v0.1.0
Pages
Modules
DubDB.update
You're seeing just the function
update
, go back to
DubDB
module for more information.
Link to this function
update(table_name, key, default, fun)
View Source
Specs
update(
atom
(),
any
(),
any
(), (
any
() ->
any
())) :: :ok | {:error,
any
()}