We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying to post a document to my db using this adapter. When doing so, I get the following error:
pouchdbUtils.uuid(32, 16).toLowerCase is not a function pouchdb My code is really simple: ` PouchDB.plugin(cordovaSqlitePlugin);
this.addressLocalDB = new PouchDB('addresses.db', {adapter: 'cordova-sqlite'}); this.addressLocalDB.post({}).then((res) => console.log (res)).catch ((err) => console.log (err));`
I'm waiting for the device ready callback and following all the instructions.
The text was updated successfully, but these errors were encountered:
The last updates (pouchdb and sqlite adepter) should fix this
Sorry, something went wrong.
No branches or pull requests
Hi!
I'm trying to post a document to my db using this adapter.
When doing so, I get the following error:
I'm waiting for the device ready callback and following all the instructions.
The text was updated successfully, but these errors were encountered: