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

✨ DB reader/writer mutex. #711

Merged
merged 4 commits into from
Aug 19, 2024
Merged

✨ DB reader/writer mutex. #711

merged 4 commits into from
Aug 19, 2024

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Jul 6, 2024

Support multiple DB connections.
Using a custom sqlite driver that is a wrapper around the standard driver but with a mutex around driver.TX and driver.Stmt as needed.

@jortel jortel requested a review from mansam July 6, 2024 19:03
jortel added 2 commits July 8, 2024 15:28
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
jortel added 2 commits July 8, 2024 20:07
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
@jortel jortel marked this pull request as ready for review July 26, 2024 12:55
@jortel jortel merged commit e018d9b into konveyor:main Aug 19, 2024
14 checks passed
dymurray pushed a commit that referenced this pull request Oct 11, 2024
Support multiple DB connections.
Using a custom sqlite driver that is a wrapper around the
[_standard_](https://pkg.go.dev/github.com/mattn/go-sqlite3) driver but
with a mutex around driver.TX and driver.Stmt as needed.

---------

Signed-off-by: Jeff Ortel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants