A Clojure library designed as a thin convenience wapper over clojure.java.jdbc
. It wraps most used clojure.java.jdbc
methods in transactions and logs all query results details (for both successful and failed ones) to the provided logger.
The logger must implement the duct.logger/Logger
protocol. Note that nil
is valid logger value, although not a very useful one (all log entries are discarded).
See API Docs and clojure.java.jdbc
documentation.
Copyright (c) 2022 HOP Technologies
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/
Can you improve this documentation? These fine people already did:
Iñaki Arenaza, spietras & lucassousafEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close