Puny is a tiny layer for persisting Clojure maps into Redis hashes, it aims 
to reduce boilerplate and to enable end to end life cycle management of 
entities from validation to data migration and indexing.

It includes support for:

* Complete generated CRUD API.
* Automatic keys and id management (both generated and internal to the 
entity).
* Automatic Validation checks.
* Declaring indexes.
* Attaching persisted metadata like versioning etc..
* Defining interceptors on CRUD functions enabling support for security 
checks, automatic migration etc..

Puny is based on [carmin](https://github.com/ptaoussanis/carmine), a big 
thank you to Peter its author.

For more info please visit: https://github.com/narkisr/puny

-- 
-- 
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/groups/opt_out.

Reply via email to