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

Python/SQLAlchemy: Demonstrate support for asyncpg and psycopg3 #201

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 23, 2023

About

The sqlalchemy-cratedb package supports the vanilla HTTP-based transport using urllib3 (status quo), and the standard PostgreSQL drivers asyncpg and psycopg (improvement).

This patch demonstrates and verifies the functionality on behalf of corresponding example programs.

References

@amotl amotl marked this pull request as ready for review December 23, 2023 02:59
@amotl amotl changed the title Python/SQLAlchemy: Demonstrate support for asyncpg and psycopg Python/SQLAlchemy: Demonstrate support for asyncpg and psycopg3 Dec 23, 2023
Copy link
Contributor

@matriv matriv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx, left some suggestions.

by-language/python-sqlalchemy/async_streaming.py Outdated Show resolved Hide resolved
by-language/python-sqlalchemy/async_streaming.py Outdated Show resolved Hide resolved
by-language/python-sqlalchemy/async_streaming.py Outdated Show resolved Hide resolved
by-language/python-sqlalchemy/async_table.py Outdated Show resolved Hide resolved
by-language/python-sqlalchemy/async_table.py Outdated Show resolved Hide resolved
by-language/python-sqlalchemy/async_table.py Outdated Show resolved Hide resolved
@amotl amotl force-pushed the amo/sqlalchemy-postgresql branch 2 times, most recently from 8e53202 to 21cf533 Compare December 24, 2023 23:03
The `sqlalchemy-cratedb` package supports the vanilla HTTP-based
transport using urllib3, and the standard PostgreSQL drivers `asyncpg`
and `psycopg`.
@amotl amotl merged commit 5e68276 into main Jan 11, 2024
2 checks passed
@amotl amotl deleted the amo/sqlalchemy-postgresql branch January 11, 2024 18:30
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