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