Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 504 Bytes

Use ADBC

Exploring the use of ADBC (via Rust) https://github.com/apache/arrow-adbc

The following command runs an example with Rust ADBC static driver.

./s snowflake_static

The following command runs an example with Rust ADBC dynamic driver.

./s snowflake_dynamic

The following command will run a simple ADBC example that uses a dummy driver.

./s dummy

All the commands are self contained, i.e., they will download/build necessary artifacts to run examples end-to-end.