You can try it via Github(https://github.com/ozjongwon/dynohub) or 
Clojars(https://clojars.org/com.ozjongwon/dynohub)

Besides several bug fixes, an important major feature is supporting filter 
expression (aws-java-sdk 1.9.0+ required) :

(dl/query :employee-table {:site-id [:eq "4w"]}
         :index :family-name-index
         :alias-attr-name-map {:fn :firstName  :sn :familyName  :e 
:emailAddress  :a :active?}
         :alias-attr-value-map {:active true}
         :projection-attrs [:fn :sn :e :id] ;; :alias-attr-name-map also 
can be used in :projection-attrs
         :filter-exp [:= :a :active])

With newly added filter-exp, now SQL where clause like filtering is 
possible.
 

Cheers

Jong-won

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to