Skip to main content

Crate winterbaume_sqlengine_duckdb

Crate winterbaume_sqlengine_duckdb 

Source

Structs§

Connection
A connection to a DuckDB database.
DuckDbAthenaQueryBackend
DuckDbRedshiftQueryBackend

Enums§

DuckDbError
Enum listing possible errors from duckdb.

Functions§

open_database
Open a DuckDB database and wrap it in the Arc<Mutex<Connection>> shape that DuckDbAthenaQueryBackend and DuckDbRedshiftQueryBackend both take, so callers can share a single database between the two services.

Type Aliases§

DuckDbResult
A typedef of the result returned by many methods.