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

Allow setting up the table and schema name for postgres #93

Merged

Conversation

czocher
Copy link
Contributor

@czocher czocher commented Nov 16, 2023

This PR adds the missing builder methods allowing the user to set the table and schema name for the session table.

@czocher czocher force-pushed the table-and-schema-name-setting branch from b3dd544 to 62aecdd Compare November 16, 2023 15:31
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (bb06fd2) 76.11% compared to head (62aecdd) 75.15%.

Files Patch % Lines
sqlx-store/src/postgres_store.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
- Coverage   76.11%   75.15%   -0.97%     
==========================================
  Files          11       11              
  Lines         469      475       +6     
==========================================
  Hits          357      357              
- Misses        112      118       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxcountryman maxcountryman merged commit 15c6e2e into maxcountryman:main Nov 16, 2023
12 of 14 checks passed
@maxcountryman
Copy link
Owner

Thank you!

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.

2 participants