Feature Support Matrix#

ADBC Feature Support#

Driver

Bulk Ingestion

Metadata

Partitioned Result Sets

Prepared Statements

Transactions

SQLite

Yes

Yes

No

Yes

Yes

Bulk Ingestion

Creating or appending to a database table from an Arrow table.

Metadata

Functions like AdbcConnectionGetObjects() that get metadata about the database catalog, etc.

Partitioned Result Sets

Being able to read individual chunks of a (generally distributed) result set (AdbcStatementExecutePartitions()).