CubDB.put_multi

You're seeing just the function put_multi, go back to CubDB module for more information.

Specs

put_multi(GenServer.server(), %{required(key()) => value()} | [entry()]) :: :ok

Writes multiple entries all at once, atomically.

Entries are passed as a map of %{key => value} or a list of {key, value}.