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

sqlite doesn't work when using the filesystem #54

Open
williamstein opened this issue Feb 1, 2023 · 1 comment
Open

sqlite doesn't work when using the filesystem #54

williamstein opened this issue Feb 1, 2023 · 1 comment
Labels
bug Something isn't working sqlite

Comments

@williamstein
Copy link
Contributor

Currently the sqlite in cowasm works fine when used in memory. However, if you instead try to use it with the filesystem, there are problems.

I noticed that this post about yet another python.wasm build says they have a modified sqlite they build. Maybe it has a solution to my problem?

@williamstein williamstein added bug Something isn't working sqlite labels Feb 1, 2023
@pauleveritt
Copy link

When targeting browsers, a good article about Chrome, SQLite, and OPFS. I know cowasm is about more than browser though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sqlite
Projects
None yet
Development

No branches or pull requests

2 participants