-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rust/driver/snowflake): add
adbc_snowflake
crate with Go drive…
…r wrapper (#2207) This PR adds the `adbc_snowflake` crate to the Rust workspace. This crate provides a Snowflake ADBC driver for Rust by wrapping the Go driver, loaded by the Rust driver manager implementation. The `build.rs` script builds the Go driver and links it statically. - [x] Add methods to the wrapper structs to handle Snowflake specific configurations - [x] Add a feature to support loading the Go driver dynamically - [x] Docs - [x] Tests
- Loading branch information
Showing
29 changed files
with
3,148 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.