Skip to content

Commit

Permalink
Client Drivers: Add aiopg to list of supported Python drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 8, 2024
1 parent 31bab43 commit 04db02c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,21 @@ designed with fibers and concurrency in mind.
```
:::

:::{sd-row}
```{sd-item} Python
```
```{sd-item}
[aoipg](https://github.com/aio-libs/aiopg)
```
```{sd-item}
For connecting to CrateDB from Python, supporting Python's `asyncio` (PEP-3156/tulip) framework.
```
```{sd-item}
[![](https://img.shields.io/github/v/tag/aio-libs/aiopg?label=latest)](https://github.com/aio-libs/aiopg)
[![](https://img.shields.io/badge/example-snippet-darkcyan)](#aiopg)
```
:::

:::{sd-row}
```{sd-item} Python
```
Expand Down
1 change: 1 addition & 0 deletions docs/connect/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ more modern PostgreSQL and Python features, such as:
for record in cursor:
print(record)
.. _aiopg:

aiopg
-----
Expand Down

0 comments on commit 04db02c

Please sign in to comment.