alexpetrov / clj-lqs

Clojure client for Loganis Query Script API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clj-lqs

A Clojure client for Loganis Query Script API.

Usage

Leiningen

[clj-lqs "0.1.0"]

Gradle

compile "clj-lqs:clj-lqs:0.1.0"

Maven

<dependency>
  <groupId>clj-lqs</groupId>
  <artifactId>clj-lqs</artifactId>
  <version>0.1.0</version>
</dependency>

Query functions

  • You need a token string and a query map
  • (lqs->map token query) gives result as a map with :colnames and :rows as keys
  • (lqs->csv token query) gives result as csv string

Documentation

License

Copyright © 2014 Loganis - iWebMa Ltd.

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure client for Loganis Query Script API

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%