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?
14
14
15
15
Can I use asyncpg with SQLAlchemy ORM?
16
16
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 .
18
18
However, it is possible to use asyncpg and SQLAlchemy Core
19
19
with the help of a third-party adapter, such as asyncpgsa _.
20
20
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.
93
93
+----------------------+-----------------------------------------------------+
94
94
| ``cidr `` | :class: `ipaddress.IPv4Network\ |
95
95
| | <python:ipaddress.IPv4Network>`, |
96
- | | :class: `ipaddress.IPv6Netowrk \ |
96
+ | | :class: `ipaddress.IPv6Network \ |
97
97
| | <python:ipaddress.IPv6Network>` |
98
98
+----------------------+-----------------------------------------------------+
99
99
| ``inet `` | :class: `ipaddress.IPv4Network\ |
100
100
| | <python:ipaddress.IPv4Network>`, |
101
- | | :class: `ipaddress.IPv6Netowrk \ |
101
+ | | :class: `ipaddress.IPv6Network \ |
102
102
| | <python:ipaddress.IPv6Network>`, |
103
103
| | :class: `ipaddress.IPv4Address\ |
104
104
| | <python:ipaddress.IPv4Address>`, |
You can’t perform that action at this time.
0 commit comments