Next: Other Database Functions, Previous: Connecting to a Database, Up: Databases [Contents][Index]
This function finds the value for key in database. If there is no
corresponding value, default is returned (nil
if default is
omitted).
This function maps function over entries in database, calling it with two args, each key and value in the database.
This function stores key and value in database.
If optional fourth arg replace is non-nil
, replace any
existing entry in the database.
This function removes key from database.