clj-icat-direct

A Clojure library for accessing the iRODS ICAT database directly.

License

License

BSD Standard License
Categories

Categories

Ant Build Tools
GroupId

GroupId

org.iplantc
ArtifactId

ArtifactId

clj-icat-direct
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

clj-icat-direct
A Clojure library for accessing the iRODS ICAT database directly.
Project URL

Project URL

http://github.com/iPlantCollaborativeOpenSource/clj-icat-direct/
Source Code Management

Source Code Management

https://github.com/iPlantCollaborativeOpenSource/clj-icat-direct

Download clj-icat-direct

How to add to project

<!-- https://jarcasting.com/artifacts/org.iplantc/clj-icat-direct/ -->
<dependency>
    <groupId>org.iplantc</groupId>
    <artifactId>clj-icat-direct</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.iplantc/clj-icat-direct/
implementation 'org.iplantc:clj-icat-direct:0.0.3'
// https://jarcasting.com/artifacts/org.iplantc/clj-icat-direct/
implementation ("org.iplantc:clj-icat-direct:0.0.3")
'org.iplantc:clj-icat-direct:jar:0.0.3'
<dependency org="org.iplantc" name="clj-icat-direct" rev="0.0.3">
  <artifact name="clj-icat-direct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iplantc', module='clj-icat-direct', version='0.0.3')
)
libraryDependencies += "org.iplantc" % "clj-icat-direct" % "0.0.3"
[org.iplantc/clj-icat-direct "0.0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.clojure : clojure jar 1.5.1
korma » korma jar 0.3.0-RC5
org.postgresql : postgresql jar 9.2-1002-jdbc4

test (2)

Group / Artifact Type Version
org.clojure : tools.nrepl jar 0.2.3
clojure-complete » clojure-complete jar 0.2.3

Project Modules

There are no modules declared in this project.

clj-icat-direct

A Clojure library for directly connecting to the iRODS ICAT database and running queries against it. Uses Korma to connect, which might be overkill right now, but provides connection-pooling and a way forward from simply running strings containing SQL against the ICAT.

See the LICENSE file for licensing information.

org.iplantc

iPlant Collaborative Open Source

This is an old github organization. The new organization is github.com/cyverse

Versions

Version
0.0.3
0.0.2