voltron42 / dao-clj

wrapper for query building and database interaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dao-clj

Dao-clj is a library built to wrap and simplify database interaction.

Artifacts

dao-clj artifacts are released to Clojars.

If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Release

With Leiningen:

[org.clojars.voltron42/dao-clj "0.1.2-SNAPSHOT"]

With Maven:

<dependency>
  <groupId>org.clojars.voltron42</groupId>
  <artifactId>dao-clj</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>

Usage

License

Copyright © 2018 Daniel Allen Johnson

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

wrapper for query building and database interaction

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%