Trivial DataBase (TDB) backend for the key/value Store.
Function | Description | Links |
---|---|---|
store_tdb_close() | Close a Store connection | StoreOps::close(), store_close |
store_tdb_delete_record() | Delete a record from the Store | StoreOps::delete_record(), store_delete_record |
store_tdb_fetch() | Fetch a Value from the Store | StoreOps::fetch(), store_fetch |
store_tdb_free() | Free a Value returned by fetch() | StoreOps::free(), store_free |
store_tdb_open() | Open a connection to a Store | StoreOps::open(), store_open |
store_tdb_store() | Write a Value to the Store | StoreOps::store(), store_store |
store_tdb_version() | Get a Store version string | StoreOps::version(), store_version |