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

feat(postgres): use psycopg rather than psycopg2 #10659

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

judahrand
Copy link

@judahrand judahrand commented Jan 8, 2025

Description of changes

The newer psycopg package generally has better performance and is more maintained than the older psycopg2 package.

Issues closed

@github-actions github-actions bot added tests Issues or PRs related to tests postgres The PostgreSQL backend ci Continuous Integration issues or PRs dependencies Issues or PRs related to dependencies labels Jan 8, 2025
@judahrand judahrand force-pushed the psycopg3 branch 3 times, most recently from 8d76d63 to 31312f3 Compare January 8, 2025 12:02
@judahrand judahrand closed this Jan 8, 2025
@judahrand judahrand reopened this Jan 8, 2025
@judahrand judahrand force-pushed the psycopg3 branch 8 times, most recently from 7f1292b to 0345ad5 Compare January 9, 2025 09:19
@github-actions github-actions bot added the risingwave The RisingWave backend label Jan 9, 2025
@judahrand judahrand changed the title feat(postgres): use psycopg rather than psycopg2 for Postgres feat(postgres): use psycopg rather than psycopg2 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs dependencies Issues or PRs related to dependencies postgres The PostgreSQL backend risingwave The RisingWave backend tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant