How do I connect pouchdb with rust? #3653
Unanswered
namaljayathunga
asked this question in
Q&A
Replies: 2 comments
-
as far as i know, no. Because it's a db designed for JS/the browser (and also running in the browser) connecting to it from Rust is a little tricky. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was thinking about PouchDB, and the way I see it, our best bet is connecting to SQLite using a plugin like tauri-plugin-sqlite (haven’t been updated for a while, but the basics work) and then, IDK, hack a WebSQL adapter? Because it probably won’t work OOTB. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any good library to connect the pouchdb with rust?
Beta Was this translation helpful? Give feedback.
All reactions