PAY ATTENTION: NOT READY FOR USE
Rust bindings to make PouchDB available for usage with Yew and other browser-based Rust frameworks.
Current features, and such in progress:
- Create/open database
- Close database
- Get database info
- Create/update doc
- Delete doc
- Delete database
Quality aspects:
- Example with Yew
- API documentation
-
Regression tests with Node(problems with pouchdb js exports) -
Regression tests with Chrome(problems with pouchdb js exports)
Deactivated currently due to problems with pouchdb module exports
Launch all wasm-bindgen-test
based tests with Node.js:
wasm-pack test --node
Take a look to the Yew example.