File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Does asyncpg support DB-API?
1414
1515Can I use asyncpg with SQLAlchemy ORM?
1616 Short answer: no. asyncpg uses asynchronous execution model
17- and API, which is fundamentally incompatible with asyncpg .
17+ and API, which is fundamentally incompatible with SQLAlchemy .
1818 However, it is possible to use asyncpg and SQLAlchemy Core
1919 with the help of a third-party adapter, such as asyncpgsa _.
2020
Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ The table below shows the correspondence between PostgreSQL and Python types.
9393+----------------------+-----------------------------------------------------+
9494| ``cidr `` | :class: `ipaddress.IPv4Network\ |
9595| | <python:ipaddress.IPv4Network>`, |
96- | | :class: `ipaddress.IPv6Netowrk \ |
96+ | | :class: `ipaddress.IPv6Network \ |
9797| | <python:ipaddress.IPv6Network>` |
9898+----------------------+-----------------------------------------------------+
9999| ``inet `` | :class: `ipaddress.IPv4Network\ |
100100| | <python:ipaddress.IPv4Network>`, |
101- | | :class: `ipaddress.IPv6Netowrk \ |
101+ | | :class: `ipaddress.IPv6Network \ |
102102| | <python:ipaddress.IPv6Network>`, |
103103| | :class: `ipaddress.IPv4Address\ |
104104| | <python:ipaddress.IPv4Address>`, |
You can’t perform that action at this time.
0 commit comments