Support for asyncpg #417
Labels
Issue appropriate for: Occasional contributors 😉
This issue will be best tackled by people with a minimum of experience on the project
Issue contains: Exploration & Design decisions 🧩
We don't know how this will be implemented yet
Issue contains: Some documentation 📚
This issues involves writing some documentation
Issue contains: Some Python 🐍
This issue involves writing some Python code
Issue type: Feature ⭐️
Add a new feature that didn't exist before
Would it be feasible to add support for asyncpg? (Maybe even replace
aiopg
)procrastinate is written specifically for running on postgres, and so is asyncpg, which is why it is extremely performant.
asyncpg
is way faster thanaiopg
, and it is even faster than golangspgx
.Furthermore, it is supported by encode/databases which plays very well with FastAPI, SQLAlchemy Core and ormar.
The text was updated successfully, but these errors were encountered: