Skip to main content

get

Function get 

Source
pub async fn get(
    root: &Path,
    ns: &str,
    col: &str,
    id: &str,
) -> Result<Option<Record>>
Expand description

Fetch a single record, or None if it does not exist.