btw I caught a misspelled 'password' in postgresql-secure-connect:
(mac postgresql-secure-connect (user db ssl-protocol (o passowrd nil))
oops. It's fixed, thanks.
-----
(= dbconn (postgresql-connect "root" "root" password)) (table-exists? dbconn "items")