Liking cljdoc? Tell your friends :D

clj-postgresql.core

Allow using PostgreSQL from Clojure as effortlessly as possible by reading connection parameter defaults from PostgreSQL environment variables PGDATABASE, PGHOST, PGPORT, PGUSER and by reading password from ~/.pgpass if available.

Allow using PostgreSQL from Clojure as effortlessly as possible by reading connection parameter defaults from
PostgreSQL environment variables PGDATABASE, PGHOST, PGPORT, PGUSER and by reading password from ~/.pgpass if available.
raw docstring

clj-postgresql.geometric.Point

Example implementation of a PGobject that also implements Clojure's ISeq and shows as a sequence of two numbers.

Example implementation of a PGobject that also implements
Clojure's ISeq and shows as a sequence of two numbers.
raw docstring

clj-postgresql.pgpass

Logic for matching passwords ~/.pgpass passwords to db specs.

Logic for matching passwords ~/.pgpass passwords to db specs.
raw docstring

clj-postgresql.pool

BoneCP based connection pool

BoneCP based connection pool
raw docstring

clj-postgresql.types

Participate in clojure.java.jdbc's ISQLValue and IResultSetReadColumn protocols to allow using PostGIS geometry types without the PGgeometry wrapper, support the PGjson type and allow coercing clojure structures into PostGIS types.

Participate in clojure.java.jdbc's ISQLValue and IResultSetReadColumn protocols
to allow using PostGIS geometry types without the PGgeometry wrapper, support the
PGjson type and allow coercing clojure structures into PostGIS types.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close