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
- Host: GitHub
- URL: https://github.com/johnmcconnell/datamate
- Owner: johnmcconnell
- License: epl-1.0
- Created: 2017-02-14T06:10:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T02:41:14.000Z (almost 9 years ago)
- Last Synced: 2025-04-19T23:34:49.247Z (9 months ago)
- Topics: clojure, database, oracle
- Language: Clojure
- Homepage: http://github.reductist.com/datamate/
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# datamate
[](https://travis-ci.org/johnmcconnell/datamate)
A Clojure DSL to make working with oracle enjoyable
## Clojars
[](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.