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