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

https://github.com/making/clj-gae-ds

a Datastore library on Google App Engine for Clojure
https://github.com/making/clj-gae-ds

Last synced: 6 months ago
JSON representation

a Datastore library on Google App Engine for Clojure

Awesome Lists containing this project

README

          

# clj-gae-ds #

a datastore library on Google App Engine for Clojure

Current version supports GAE SDK 1.5.1.

## Getting Started ##

$ lein deps

$ lein test

## Installation ##

Add

[am.ik/clj-gae-ds "0.3.1"]

to your project.clj

## How To Use ##

See test code.

When use this library in REPL, execute (use 'am.ik.clj-gae-testing.test-utils) and (setup-helper) at first.

You need execute "lein deps" before REPL.

## License ##

Eclipse Public License - v 1.0