Skip to main content

Crate tank_duckdb

Crate tank_duckdb 

Source
Expand description

DuckDB driver for tank.

Structsยง

DuckDBConnection
Wrapper around a DuckDB duckdb_connection pointer used by the DuckDB driver. Provides helpers to execute queries and extract results into tank_core types.
DuckDBDriver
DuckDB driver.
DuckDBPrepared
Prepared statement wrapper for DuckDB.
DuckDBSqlWriter
SQL writer for the DuckDB dialect.
DuckDBTransaction
Wrapper for DuckDB transactions.