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
placing tried out sample code below
import React, { Component } from 'react'; class App extends Component { render() { var PouchDB = require('pouchdb'); PouchDB.plugin(require('pouchdb-adapter-node-websql')); **var db = new PouchDB('mydatabase.db', { adapter: 'websql' });**
please give me suggestion to sort out this issue..
The text was updated successfully, but these errors were encountered:
Sorry, can you pleas post the error you're running into? I'm not understanding what the problem is...
Sorry, something went wrong.
Closing old issues, please reopen if necessary
No branches or pull requests
placing tried out sample code below
please give me suggestion to sort out this issue..
The text was updated successfully, but these errors were encountered: