awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add aiomysql and aiopg

Open iml1111 opened this issue 3 years ago • 0 comments

What is this Python project?

aiomysql is a "driver" for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL .

aiopg is a library for accessing a PostgreSQL database from the asyncio (PEP-3156/tulip) framework.

What's the difference between this Python project and similar ones?

These db drivers operate asynchronously. More details are as above.

--

Anyone who agrees with this pull request could submit an Approve review to it.

iml1111 avatar Apr 29 '22 14:04 iml1111