vantage-sql 0.5.9

Vantage extension for SQL databases (Postgres, MySQL, SQLite)
Documentation
1
2
3
// E8: Wrong type — passing select() into where() expects a condition
let sub = select().from("orders").field("user_id");
select().from("users").where(sub)