Arc Forumnew | comments | leaders | submitlogin
1 point by krapp 757 days ago | link | parent

>btw I caught a misspelled 'password' in postgresql-secure-connect:

oops. It's fixed, thanks.



1 point by markkat 756 days ago | link

btw, would this be the correct syntax for table-exists?

  (= dbconn (postgresql-connect "root" "root" password))
  (table-exists? dbconn "items")

-----

1 point by krapp 756 days ago | link

yes.

-----