(delete! conn query)(delete! conn table conditions)Runs a DELETE against psql and processes its output.
Runs a DELETE against psql and processes its output.
(execute! conn command)Runs the provided command using psql.
Runs the provided command using psql.
(insert! conn query)(insert! conn table data)Runs an INSERT against psql and processes its output.
Returns the inserted rows on successful insert.
Runs an INSERT against psql and processes its output. Returns the inserted rows on successful insert.
(output->data output)Converts psql output into clojure data.
Converts psql output into clojure data.
(query conn command)(query conn table conditions)Runs a SELECT against psql and processes its output.
Runs a SELECT against psql and processes its output.
(update! conn query)(update! conn table updates conditions)Runs an UPDATE against psql and processes its output.
Returns the updated rows on succesful update.
Runs an UPDATE against psql and processes its output. Returns the updated rows on succesful update.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |