- store db key valprocedure
Stores key in database db with value val. If key already exists, its value is overwritten; otherwise, a new key is created.
key may be a string or symbol. val may be a string, exact or inexact integer, or blob; it will be stored and fetched as that type.
The return value is unspecified.