StoreStuff - C# CouchDB Wrapper

Posted by Jake Good
on Sep 18, 07

So I’ve been following the hype of CouchDB for a while now… and it’s new found fame has motivated me to write some toy code.



So here’s StoreStuff… a super simple C# wrapper around CouchDB. It’s using some .Net 3.5 features, so make sure you have that installed.



It has a super small WPF application browser as well… I’m going to work on porting it to the JSON version of CouchDB soon, just wanted to get some more code out there.



And yes, it is ugly, but I’m just playing around with it for now…



Updated



I pulled the source, it was old and stinky…

Comments

Leave a response

  1. CiaranSep 18 07 @ 03:03PM

    I wrote a quick C# wrapper for CouchDB as well, already compatible with the JSON version. Not sure if that will be any use to you, but details here: http://blog.ciarang.com/index.php/archives/109

  2. Jake GoodSep 18 07 @ 03:03PM

    Thanks for dropping by! I actually did see your posting when I was searching around for stuff…



    I’ll check out your code… right now, mine is just play code for testing purposes, so it’ll be interesting to see what can be learned!

  3. gedSep 18 07 @ 03:03PM

    the url is BROKEN from your entry

  4. Jake GoodSep 18 07 @ 03:03PM

    Sorry Ged, I am no longer keeping that project active as Ciaran’s wrapper was getting more attention. Mine was just a very simple HTTP Request shell and was not properly tested or written.



    It was also written against the non-javascript version, so is therefore outdated.



    Sorry, I’ll fix the links!

Comment