Skip to content
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

Dont use a connection pool in WebAssembly #1034

Closed
Tracked by #942
insipx opened this issue Sep 5, 2024 · 0 comments
Closed
Tracked by #942

Dont use a connection pool in WebAssembly #1034

insipx opened this issue Sep 5, 2024 · 0 comments
Assignees

Comments

@insipx
Copy link
Contributor

insipx commented Sep 5, 2024

r2d2 uses a backing threadpool in order to manage concurrent SQLite connections. This isn't supported in webassembly, so connections must be managed manually from the SDK/single connection used.

@insipx insipx self-assigned this Sep 5, 2024
This was referenced Sep 30, 2024
@insipx insipx closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant