An open API service indexing awesome lists of open source software.

https://github.com/johnmcconnell/datamate

A relational database DSL for clojure to make Oracle more fun
https://github.com/johnmcconnell/datamate

clojure database oracle

Last synced: 9 months ago
JSON representation

A relational database DSL for clojure to make Oracle more fun

Awesome Lists containing this project

README

          

# datamate
[![Build Status](https://travis-ci.org/johnmcconnell/datamate.svg?branch=master)](https://travis-ci.org/johnmcconnell/datamate)

A Clojure DSL to make working with oracle enjoyable

## Clojars

[![Clojars Project](https://img.shields.io/clojars/v/datamate.svg)](https://clojars.org/datamate)

Add the following dependency to your *project.clj* file:

```
[datamate "0.1.0"]
```

## API Docs
[API Docs](http://ghub.reductist.com/datamate/)

## Usage

### Build

```
lein compile
```

### Test

```
lein test
```

### Deploy

```
CLOJARS_USERNAME= CLOJARS_PASSWORD= lein deploy clojars
```

## License

Copyright © 2017 John McConnell

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