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

Locking issues with multiple apps on same database #20

Open
zoe-codez opened this issue Jul 15, 2024 · 0 comments
Open

Locking issues with multiple apps on same database #20

zoe-codez opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zoe-codez
Copy link
Member

Bug description

The sqlite database was originally intended to have multiple apps work together on the same data file. The library isn't currently equipped for that to work, there seems to be some sort of locking situation happening preventing that. Causes an app crash

It's easy enough to work around, but there should be some updates to the docs and some extra warnings when this situation occurs. Maybe the default file should be updated to match the app name instead?

Low priority issue, requires some thought. Prefer not to introduce breaking changes for this minor edge case

@zoe-codez zoe-codez added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant