Use CouchDB with .NET

前端 未结 14 2382
渐次进展
渐次进展 2020-12-12 13:46

Can .NET (managed code) read and write to CouchDB?

I would like to build a part of my project that does document management using CouchDB

14条回答
  •  無奈伤痛
    2020-12-12 14:14

    The options (ordered by latest update):

    • Skitsanos Webware Development Kit http://code.google.com/p/skitsanoswdk/source/browse/trunk/WDK10/WDK.API.CouchDb/ latest update sep. 2012
    • Relax-net/Hammock http://code.google.com/p/relax-net/ latest update nov. 2011
    • CouchDB.Net http://couchdbnet.codeplex.com/ latest update dec. 2010
    • Ottoman https://github.com/sinesignal/ottoman latest update dec. 2010
    • Divan https://github.com/foretagsplatsen/Divan latest update jul 2010
    • SharpCouch http://code.google.com/p/couchbrowse/source/browse/trunk/SharpCouch/SharpCouch.cs latest update aug. 2008

提交回复
热议问题