Installation
The DuckDB backend requires the ADBC DuckDB driver:Quick Start
Connect to a file-based DuckDB database:- Connect to the DuckDB database
- Discover all non-temporary, non-internal tables automatically
- Infer column metadata (data types, semantic types, primary keys, time columns)
- Detect foreign key relationships
- Print a summary of the inferred metadata and links