pub fn execute_query_iter_owned(
snapshot: Arc<SharedDbState>,
query: &Query,
db_path: Option<&Path>,
) -> Result<QueryRowIter<'static>, DbError>Expand description
Like execute_query_iter, but holds an owned live snapshot (for attached read-only handles).