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?
source
share