sql-pg
The PostgreSQL driver for hot.dev/sql: installs the ::sql::pg
adapter and pulls in hot.dev/pg (pure-Hot wire client) and the
sql runtime.
db ::sql::pg/open({user: "postgres", password: "secret", database: "app"})
rows ::sql/query(db, "SELECT * FROM users WHERE active = ?", [true])