WARNING: Beta-Level Software, use at your own risk. I'm using it in production for a while now and successfully executed a couple million queries.
[thheller/shadow-pgsql "0.11.0"]
I need to write some docs ...
The standard interface in Java to talk to Postgres is the official JDBC-Driver. JDBC tries to create a common Interface for Databases but not all SQL Databases are created equal. That makes using Postgres-specific features rather cumbersome to use.
This library tries to provide a far simpler yet more powerful interface to the PostgreSQL Server.
JDK 8+, PostgreSQL 9+ (only tested against 9.1.2, 9.3.5, might work with older versions)
Needs more docs, for now check what can hardly be called Tests.
Copyright © 2014 Thomas Heller
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close