Synchronizing MS DB and CouchDB, CouchDB and PouchDb in C #

I have MS DB with some data about some clients, and I want to develop an application that can work autonomously, so I read that CouchDB and PouchDB can synchronize with each other

How can I synchronize data from MS DB with CouchDB, which is the best way to implement this.

Also, I want to develop this application with C #, is this the best way or should I use JavaScript when I use PouchDB?

+4
source share
2 answers

CouchDB/PouchDB. , , , CouchDB/PouchDB.

"MS DB" CouchDB .

CouchDB, . PouchDB - , JavaScript, - #, Couchbase Lite .Net(https://developer.couchbase.com/documentation/mobile/1.5/installation/net/index.html)

+1

CouchDB .NET, MyCouch Library.

0

Source: https://habr.com/ru/post/1690580/


All Articles