turtle-DB / tortoiseDB

Official tortoiseDB adapter for turtleDB
MIT License
131 stars 8 forks source link

Differentiation from pounchDb/CouchDb? #14

Open aqumus opened 6 years ago

aqumus commented 6 years ago

As a dev, How is this different from pounchDb/CouchDb which offers similar sync functionalities

rockdinosaur commented 6 years ago

Great question! Devs typically use CouchDB for its sync and conflict resolution capabilities. If you want to use PouchDB, you're stuck with using CouchDB as your back end which is fine, but we wanted to give these capabilities to MongoDB users as well.

aqumus commented 6 years ago

So basically tortoisedb ( or turtledb) is nosql db agnostic? Does this mean rest provided features are same (apart from core Implementation) and target to solve similar use cases or real world scenarios.