You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a little confused on where to set up the remote database, would i need to create a separate app.js file with the standard pouchdb functionality to sync? I'm using couchdb.
The text was updated successfully, but these errors were encountered:
Yes, you should configure pouchdb as usual to sync with couchdb. Then you provide db object to the transport of datasource you create.
Your initialization code will be like this:
newPouchDB(...).then(function(db){//initialize kendo.data.PouchableDataSource using db});
Firstly thank you for the library! looks great!
Just a little confused on where to set up the remote database, would i need to create a separate app.js file with the standard pouchdb functionality to sync? I'm using couchdb.
The text was updated successfully, but these errors were encountered: