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 and multiple processes #296

Open
unuseless opened this issue Jun 23, 2023 · 1 comment
Open

sqlite and multiple processes #296

unuseless opened this issue Jun 23, 2023 · 1 comment

Comments

@unuseless
Copy link

Thanks for the great library!

The documentation for sqlite-sync and sqlite states:

N.B. you should only have one process connected to a given SQLite database at a time.

Is this a limitation of atdatabases? Sqlite does not have this limitation, see https://sqlite.org/faq.html#q5 . This might require handling of the sqlite busy timeout.

Would be great to clarify this in the documentation.

@ForbesLindesay
Copy link
Owner

There are no added limitations from @databases, so if SQLite says it's ok, it should be ok. We should update the documentation to remove this note.

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

2 participants