Not really tried that, but something that goes somewhat in the direction, 
stupiddb - (see on github or explanations on my blog http://blog.licenser.net 
). It is not guaranteed persistent sadly since it's not easy to couple IO and 
Memory transactions and it might be a bit too heavy for a stupid db but if 
you're interested it might give you some basic ideas. Also I know that AWizzard 
is doing something with databases so it is not yet released.

But generally I've thought about this and also found the idea appealing.

Regards,
Heinz

On Jun 22, 2010, at 19:57 , Timothy Baldridge wrote:

> Greetings,
> 
> I've recently started learning Clojure. For the past year or so I've
> been using CouchDB, and am very happy with the MVCC disk storage
> system it uses. Has anyone tried marrying the two system systems to
> create a truly persistent data primitive where any "updates" to a map
> is written to the disk?
> 
> To me this seams like a awesome opportunity for Clojure. If we could
> create maps/vectors/whatever and read/"write" to them and have their
> contents somehow stored in on disk, complete with transactional style
> support, clojure could basically have a built-in database system that
> could be used in countless situations.
> 
> So has anyone tried this? If not, I may just give it a whirl, and
> others would be welcome to help.
> 
> Timothy Baldridge
> 
> -- 
> “One of the main causes of the fall of the Roman Empire was
> that–lacking zero–they had no way to indicate successful termination
> of their C programs.”
> (Robert Firth)
> 
> -- 
> 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 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