Skip to content

duelinmarkers/rotary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotary

A Clojure client for Amazon's DynamoDB database.

Installation

Add the following dependency to your Clojure project:

[rotary "0.2.7"]

Simple Example

(def aws-credential {:access-key "myAccessKey", :secret-key "mySecretKey"})
(query aws-credential "MyTable" "somePrimaryKey")
(query aws-credential "AnotherTable" 22 `(> 13392) {:limit 100 :count true})

Documentation

License

Copyright (C) 2012 James Reeves

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

About

DynamoDB API for Clojure

Resources

Stars

Watchers

Forks

Packages

No packages published