Liking cljdoc? Tell your friends :D

psql.copy

PostgreSQL COPY helpers that use pgjdbc's CopyManager.

COPY runs on a java.sql.Connection. The caller owns the connection and must keep it open for the COPY operation.

PostgreSQL COPY helpers that use pgjdbc's CopyManager.

COPY runs on a java.sql.Connection. The caller owns the connection and must keep it open for the COPY operation.
raw docstring

psql.core

Use PostgreSQL from Clojure with connection parameter defaults from PGDATABASE, PGHOST, PGPORT, and PGUSER. Read the password from ~/.pgpass when it is available.

Use PostgreSQL from Clojure with connection parameter defaults from PGDATABASE, PGHOST, PGPORT, and PGUSER.
Read the password from ~/.pgpass when it is available.
raw docstring

psql.notify

PostgreSQL LISTEN/NOTIFY helpers that use pgjdbc.

Use a dedicated open connection for listening. pgjdbc surfaces notifications only when a query is sent or get-notifications is called. A blocking poll prevents other statements from using the connection until the poll returns.

PostgreSQL LISTEN/NOTIFY helpers that use pgjdbc.

Use a dedicated open connection for listening. pgjdbc surfaces notifications
only when a query is sent or get-notifications is called. A blocking poll
prevents other statements from using the connection until the poll returns.
raw docstring

psql.pgpass

Match ~/.pgpass passwords to db specs.

Match ~/.pgpass passwords to db specs.
raw docstring

psql.pool

Hikari connection pool.

Hikari connection pool.
raw docstring

psql.service

Resolve pgjdbc service definitions to psql-clj database specs.

Resolve pgjdbc service definitions to psql-clj database specs.
raw docstring

psql.types

Extend next.jdbc's SettableParameter and ReadableColumn protocols so that PGobject (json/jsonb/enum), SQL arrays, and inet values move between Clojure data and PostgreSQL without manual wrapping.

The map->parameter / vec->parameter / num->parameter multimethods are the extension point: companion artifacts, such as psql-clj-gis, add methods for their SQL types without this namespace depending on them.

Extend next.jdbc's SettableParameter and ReadableColumn protocols so that
PGobject (json/jsonb/enum), SQL arrays, and inet values move between Clojure
data and PostgreSQL without manual wrapping.

The map->parameter / vec->parameter / num->parameter multimethods are the
extension point: companion artifacts, such as psql-clj-gis, add methods for
their SQL types without this namespace depending on them.
raw 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