dbkv
v0.1.3
Pages
Modules
DBKV.update
You're seeing just the function
update
, go back to
DBKV
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
()}