On 05/25/2010 01:36 PM, Sean Devlin wrote:
> You might want to look at FleetDB
> 
> http://fleetdb.org/
> http://github.com/mmcgrana/fleetdb

I have not found the system to be incredibly well documented, but I have
discovered that if you want to embed fleetdb in your app, you will need

(use 'fleetdb.embedded)

And then create your "client" with init-ephemeral or init-persistent.
The code for it is in fleetdb/embedded.clj.  After that, it works as the
client is illustrated in http://fleetdb.org/docs/introduction.html .

I have played with very little of fleetdb so far, but I like what I see.

--
Savanni

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

Reply via email to