-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
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
WASM-compatible database crate #841
Comments
Now that we have SQLite support I don't think we need to upstream Rexie. Should we wait to close until we've tested SQLite in WASM? |
Made a new issue for SQLite in WASM. Let's leave this open until we resolve that. Sounds preferable! |
Webimint has a hacky version of this: https://github.com/elsirion/webimint-rs/blob/master/src/db.rs Just needs to be extracted into a crate. |
Yes, that's exactly the idea behind |
@maan2003 wrote an initial WASM-compatible database implementation a couple months ago, based on Rexie. It's currently used by webimint. It would be nice if this implementation was upstreamed to this repo so that it's maintained more diligently.
The text was updated successfully, but these errors were encountered: