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

Concurrency model change #204

Merged
merged 48 commits into from
Dec 20, 2024
Merged

Concurrency model change #204

merged 48 commits into from
Dec 20, 2024

Conversation

ospfranco
Copy link
Contributor

@ospfranco ospfranco commented Dec 14, 2024

Closes #202 and #199

It also bumps sqlite to the latest version and fixes many tiny annoyances and code lints

@ospfranco ospfranco marked this pull request as draft December 14, 2024 08:35
@ospfranco ospfranco marked this pull request as ready for review December 16, 2024 16:06
cpp/utils.cpp Outdated Show resolved Hide resolved
@ospfranco ospfranco self-assigned this Dec 17, 2024
@ospfranco ospfranco added the enhancement New feature or request label Dec 17, 2024
@ospfranco
Copy link
Contributor Author

TODO once this is merged. Update the docs. Mention that it is now safe to have multiple reader connections but only one writer.

@ospfranco ospfranco merged commit 48483f0 into main Dec 20, 2024
7 checks passed
@ospfranco ospfranco deleted the oscar/per-db-thread branch December 20, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request]: Allow multiple connections and restrict threads to 1 per connection
2 participants