pub fn table(name: &str) -> Query
Start a query for table. The entry point: table("issue").select("title")….
table
table("issue").select("title")…