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
- Host: GitHub
- URL: https://github.com/making/clj-gae-ds
- Owner: making
- Created: 2010-03-28T16:42:41.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T16:29:04.000Z (over 14 years ago)
- Last Synced: 2025-08-13T01:21:15.514Z (9 months ago)
- Language: Clojure
- Homepage: http://clojars.org/am.ik/clj-gae-ds
- Size: 242 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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