sdbm.store(key, value) รข value
Instance Public methods
Stores a new value
in the database with the given
key
as an index.
If the key
already exists, this will update the
value
associated with the key
.
Returns the given value
.
Please login to continue.