(add-connection-interceptor! interceptor)
Add connection interceptor for clojure java jdbc. Interceptor can be used e.g. to set session specific connection attributes from db spec. The interceptor is called every time when a new connection is added to db spec.
Add connection interceptor for clojure java jdbc. Interceptor can be used e.g. to set session specific connection attributes from db spec. The interceptor is called every time when a new connection is added to db spec.
(set-application-name! connection application-name)
(set-client-info! connection name value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close