Skip to content

Commit b4b373f

Browse files
committed
Drivers: Add cratedb-async
1 parent e4e6c3c commit b4b373f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/connect/drivers.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,21 @@ For connecting to CrateDB from Python, using SQLAlchemy.
325325
```
326326
:::
327327

328+
:::{sd-row}
329+
```{sd-item} Python
330+
```
331+
```{sd-item}
332+
[CrateDB Async Python driver](https://github.com/surister/cratedb-async)
333+
```
334+
```{sd-item}
335+
For connecting to CrateDB from Python, supporting Python’s `asyncio` by
336+
using the `httpx` HTTP client.
337+
```
338+
```{sd-item}
339+
[![](https://img.shields.io/github/v/tag/surister/cratedb-async?label=latest)](https://github.com/surister/cratedb-async)
340+
```
341+
:::
342+
328343
:::{sd-row}
329344
```{sd-item} Ruby
330345
```

0 commit comments

Comments
 (0)