Liking cljdoc? Tell your friends :D

pe-jdbc-utils

Build Status

A Clojure library of helper functions when working with JDBC.

pe-jdbc-utils is part of the pe-* Clojure Library Suite.

Table of Contents

Documentation

Installation

pe-jdbc-utils is available from Clojars. Add the following dependency to your project.clj file:

[pe-jdbc-utils "0.0.22"]

pe-* Clojure Library Suite

The pe-* Clojure library suite is a set of Clojure libraries to aid in the development of Clojure and Java based applications. (Each library is available on Clojars.)

  • pe-core-utils: provides a set of various collection-related, date-related and other helpers functions.
  • pe-jdbc-utils: this library.
  • pe-datomic-utils: provides a set of helper functions for working with Datomic.
  • pe-datomic-testutils: provides a set of helper functions to aid in unit testing Datomic-enabled functions.
  • pe-user-core: provides a set of functions for modeling a generic user, leveraging PostgreSQL as a backend store.
  • pe-user-testutils: a set of helper functions to aid in unit testing code that depends on the functionality of the pe-user-* libraries (pe-user-core and pe-user-rest).
  • pe-apptxn-core: provides a set of functions implementing the server-side core data layer of the PEAppTransaction Logging Framework.
  • pe-rest-utils: provides a set of functions for building easy-to-version hypermedia REST services (built on top of Liberator.
  • pe-rest-testutils: provides a set of helper functions for unit testing web services.
  • pe-user-rest: provides a set of functions encapsulating an abstraction modeling a user within a REST API and leveraging PostgreSQL.
  • pe-apptxn-restsupport: provides a set of functions implementing the server-side REST layer of the PEAppTransaction Logging Framework.

Can you improve this documentation?Edit on GitHub

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

× close