chickadee » level » db-put

db-put db key value #!key (sync #f)procedure

Stores value under key in datbase db. If the sync option can be set to #t to make the write operation not return until the data being written has been pushed all the way to persistent storage. See the Synchronous Writes section for more information.