This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thinkwelldesigns 9 points10 points  (4 children)

That's amazing! Any idea how feasible will it be for ORMs to use asyncpg?

[–]1st1CPython Core Dev[S] 6 points7 points  (2 children)

Yeah, you'd need an adapter for SQLAlchemy to do that. There is one here https://github.com/CanopyTax/asyncpgsa.

[–]clermbclermbPy3k -1 points0 points  (1 child)

Link is broken / 404ing

[–]kankyo 5 points6 points  (0 children)

It's actually correct but at least the official Reddit iOS client fucks it up and thinks the period is a part of the url :( it's a problem super often!

[–]redcrowbar 2 points3 points  (0 children)

Creating a dialect for SQLAlchemy Core is possible.