Use CouchDB with .NET

前端 未结 14 2404
渐次进展
渐次进展 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:22

    CouchDB's wiki has a list of API for C# (with their features) if you want the latest status : http://wiki.apache.org/couchdb/Getting_started_with_C%23

提交回复
热议问题