Liking cljdoc? Tell your friends :D

psql.core


delete!clj

(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.
sourceraw docstring

execute!clj

(execute! conn command)

Runs the provided command using psql.

Runs the provided command using psql.
sourceraw docstring

insert!clj

(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.
sourceraw docstring

output->dataclj

(output->data output)

Converts psql output into clojure data.

Converts psql output into clojure data.
sourceraw docstring

queryclj

(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.
sourceraw docstring

update!clj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close