By example¶
About¶
This part of the documentation contains examples how to use the CrateDB Python client.
DB API, HTTP, and BLOB interfaces¶
The examples in this section are all about CrateDB’s Python DB API interface,
the plain HTTP API interface, and a convenience interface for working with
blob tables. It details attributes,
methods, and behaviors of the Connection
and Cursor
objects.
SQLAlchemy by example¶
The examples in this section are all about CrateDB’s SQLAlchemy dialect, and its corresponding API interfaces, see also SQLAlchemy support.