Skip to content

Commit 643566f

Browse files
committed
Drivers: Add cratedb-async
1 parent 5450da9 commit 643566f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/_include/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.markdownlint-disable MD053
2+
13
[Amazon DynamoDB Streams]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html
24
[Amazon Kinesis Data Streams]: https://docs.aws.amazon.com/streams/latest/dev/introduction.html
35
[AWS Database Migration Service (AWS DMS)]: https://aws.amazon.com/dms/

docs/connect/drivers.md

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

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

docs/connect/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ compatible with many standard database environments out of the box.
3333

3434
While it is generally recommended to use the PostgreSQL interface (PG) for maximum
3535
compatibility in PostgreSQL environments, the HTTP interface supports CrateDB
36-
bulk operations and CrateDB BLOBs, which are not supported by the PostgreSQL
36+
bulk operations and BLOBs, which are not supported by the PostgreSQL
3737
protocol.
3838

3939
The HTTP protocol can also be used to connect from environments where

0 commit comments

Comments
 (0)