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
Is switching between CouchDB and PouchDB at runtime possible with this adapter? I'd like to prompt the user and get permission before pulling their data into the browser.
If not, I might try to create another community CouchDB and/or PouchDB adapter, so any basic advice on how to structure this would be greatly appreciated: one adapter or two and which adapter/serializer to start with (extend)?
The text was updated successfully, but these errors were encountered:
PR #89 has a patch which enables switching between PouchDB instances within the adapter. This would allow switching from a local database to a remote one (i.e., one pointing at a CouchDB database). It hasn't been merged yet, but you could look at it and see if it does what you need. Feedback would be appreciated.
Is switching between CouchDB and PouchDB at runtime possible with this adapter? I'd like to prompt the user and get permission before pulling their data into the browser.
If not, I might try to create another community CouchDB and/or PouchDB adapter, so any basic advice on how to structure this would be greatly appreciated: one adapter or two and which adapter/serializer to start with (extend)?
The text was updated successfully, but these errors were encountered: