(defn drop-table "Drops a table on the open database connection given its name, a string or keyword" [name] (do-commands (format "DROP TABLE %s" (as-str name))))
Comments top
No comments for drop-table. Log in to add a comment.