CubDB.put

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

Specs

put(GenServer.server(), key(), value()) :: :ok

Writes an entry in the database, associating key to value.

If key was already present, it is overwritten.