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

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

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


1 point by krapp 757 days ago | link

yes.

-----