pub async fn get( root: &Path, ns: &str, col: &str, id: &str, ) -> Result<Option<Record>>
Fetch a single record, or None if it does not exist.
None