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

POC: pgtestdb with dawgs #1316

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

POC: pgtestdb with dawgs #1316

wants to merge 10 commits into from

Conversation

superlinkx
Copy link
Contributor

Description

Describe your changes in detail

Motivation and Context

This PR addresses: [GitHub issue or Jira ticket number]

Why is this change required? What problem does it solve?

How Has This Been Tested?

Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.

Screenshots (optional):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Database Migrations

Checklist:

This embeds schemamanager into the driver, so that the transaction methods can live on schemamanager but be accessed from the driver layer.

This did necessitate moving batchWriteSize to a package level var instead of living on the driver.

This ended up being the simplest change to allow injecting a pgxpool into dawgs, and additional work should be done to better unwind the driver and schemamanager responsibilities
@superlinkx superlinkx changed the base branch from main to BED-5467/dawgs-db-injection April 4, 2025 01:11
@superlinkx superlinkx force-pushed the poc-pgtestdb-with-dawgs branch from c94d6e0 to a296501 Compare April 4, 2025 18:51
Base automatically changed from BED-5467/dawgs-db-injection to main April 8, 2025 19:46
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.

1 participant