NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Key Value Store API

The Key Value Store API. More...

+ Collaboration diagram for Key Value Store API:

Modules

 open()
 Open a connection to a Store.
 
 fetch()
 Fetch a Value from the Store.
 
 free()
 Free a Value returned by fetch()
 
 store()
 Write a Value to the Store.
 
 delete_record()
 Delete a record from the Store.
 
 close()
 Close a Store connection.
 
 version()
 Get a Store version string.
 

Detailed Description

The Key Value Store API.