Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to connect couchdb with web api core

want to connect to a CouchDb databse from asp.net core web api , but am having trouble finding the code to do so.

Can anyone help me with the code to do that? What is the 'normal' way of doing that?

Cheers!

like image 213
mandes Avatar asked Dec 13 '17 13:12

mandes


People also ask

What is CouchDB API?

The CouchDB database has a REST API which allows you to work with the database's JSON documents. With this API, you can create your own requests right in ReadyAPI to work with JSON documents inside the database and get the necessary data from the CouchDB server.

What is a CouchDB document?

Advertisements. Documents are CouchDB's central data structure. Contents of the database will be stored in the form of Documents instead of tables. You can create these documents using cURL utility provided by CouchDB, as well as Futon.


1 Answers

You can use the MyCouch Library for .Net https://github.com/danielwertheim/mycouch

like image 143
Juanjo Rodriguez Avatar answered Oct 02 '22 19:10

Juanjo Rodriguez