File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff 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://github.com/surister/cratedb-async)
338+ ```
339+ :::
340+
326341:::{sd-row}
327342``` {sd-item} Ruby
328343```
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ compatible with many standard database environments out of the box.
3333
3434While it is generally recommended to use the PostgreSQL interface (PG) for maximum
3535compatibility 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
3737protocol.
3838
3939The HTTP protocol can also be used to connect from environments where
You can’t perform that action at this time.
0 commit comments