By example¶
This part of the documentation enumerates different kinds of examples how to use the CrateDB Python DBAPI HTTP client for standards-based database conversations, and the proprietary 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.