Skip to content

Commit a44a697

Browse files
datadersclaude
andcommitted
build(cli): expose adbc feature flag
Forward the CLI crate's optional adbc feature to ggsql/adbc so the CLI can be built against the ADBC reader from PR posit-dev#422 without adding URI, Snowflake, or dbt profile plumbing here. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 695d6e7 commit a44a697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ggsql-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ duckdb = ["ggsql/duckdb"]
4141
parquet = ["ggsql/parquet"]
4242
sqlite = ["ggsql/sqlite"]
4343
odbc = ["ggsql/odbc"]
44+
adbc = ["ggsql/adbc"]
4445
vegalite = ["ggsql/vegalite"]
4546
builtin-data = ["ggsql/builtin-data"]
4647
all-readers = ["duckdb", "sqlite", "odbc"]

0 commit comments

Comments
 (0)