pub fn query(db: &Db, nql: &str) -> Result<(Vec<Value>, usize), Error>
Parse and execute NQL, returning (rows, count).