Structs§
- Connection
- A connection to a DuckDB database.
- Duck
DbAthena Query Backend - Duck
DbRedshift Query Backend
Enums§
- Duck
DbError - Enum listing possible errors from duckdb.
Functions§
- open_
database - Open a DuckDB database and wrap it in the
Arc<Mutex<Connection>>shape thatDuckDbAthenaQueryBackendandDuckDbRedshiftQueryBackendboth take, so callers can share a single database between the two services.
Type Aliases§
- Duck
DbResult - A typedef of the result returned by many methods.