Over the past few months I've been working a lot with Datomic and have
often wanted a purely functional way to insert complex data structures
(deep trees, graphs, etc.) into a database. I haven't been able to find a
good library to help me with this, so I wrote my own:

Introducing Fafnir. It's available on clojars and the source is available
on github:

https://github.com/halgari/fafnir

For some trivial examples of how it works, the tests may be a bit
instructive:

https://github.com/halgari/fafnir/blob/master/test/fafnir/core_test.clj

Hopefully this will be of use to someone besides myself.

Timothy Baldridge

-- 
-- 
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