Liking cljdoc? Tell your friends :D

magnet/sql-utils

Build Status Clojars Project

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).

Installation

Clojars Project

Usage

See API Docs and clojure.java.jdbc documentation.

License

Copyright 2019 Magnet S Coop

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?Edit on GitHub

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

× close