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
Have tried this with AndroidJS and cannot get it working. Is there a way to run pouchdb-server on Android.
The text was updated successfully, but these errors were encountered:
You could try Termux
pkg install python pkg install nodejs npm -g install node-gyp npm install -g pouchdb-server
Then pouchdb-server --sqlite
pouchdb-server --sqlite
If that fails, try pkg install sqlite before running pouchdb-server --sqlite again
pkg install sqlite
Then there's the issue of keeping Termux alive, but should be fixable with power-management etc
Sorry, something went wrong.
No branches or pull requests
Have tried this with AndroidJS and cannot get it working.
Is there a way to run pouchdb-server on Android.
The text was updated successfully, but these errors were encountered: