Skip to content
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [Unreleased]

### Added

- New `HybridReader` that composes any primary `Reader` with an in-process `DuckDBReader` for staging. `register()` writes to staging; `execute_sql` routes queries that reference registered names to staging and everything else to the primary. Available behind the existing `duckdb` feature.
- New `AdbcReader<D: Driver>` for connecting to data sources via
[ADBC](https://arrow.apache.org/adbc/) (Arrow Database Connectivity), behind
a new off-by-default `adbc` feature flag. Generic over any concrete
Expand Down
Loading
Loading