PostgreSQL store implemented with HugSQL.
PostgreSQL store implemented with HugSQL.
(new-pg-store db
&
{:keys [serializer read-handlers write-handlers]
:or {serializer (ser/fressian-serializer)
read-handlers (atom {})
write-handlers (atom {})}})
Constructs a PostgreSQL store either with URL for db or a PostgreSQL connection object and optionally read and write handlers for custom types according to incognito and a serialization protocol according to konserve.
Constructs a PostgreSQL store either with URL for db or a PostgreSQL connection object and optionally read and write handlers for custom types according to incognito and a serialization protocol according to konserve.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close