Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
DbAdapter: Database adapter trait
Defined in the extras module.
store
fn store(&self, key: &str, value: &serde_json::Value) -> crate::error::Result<()>
key
&str
value
&serde_json::Value
get
fn get(&self, key: &str) -> crate::error::Result<Option<serde_json::Value>>
delete
fn delete(&self, key: &str) -> crate::error::Result<()>
praisonai/src/parity/extras.rs