31 major breaking releases

40.0.0 Jul 12, 2024
39.0.0 Jun 10, 2024
38.0.0 May 10, 2024
37.0.0 Apr 4, 2024
7.0.0 Feb 12, 2022

#2141 in Database interfaces

Download history 262/week @ 2024-04-04 209/week @ 2024-04-11 182/week @ 2024-04-18 122/week @ 2024-04-25 78/week @ 2024-05-02 228/week @ 2024-05-09 144/week @ 2024-05-16 247/week @ 2024-05-23 190/week @ 2024-05-30 395/week @ 2024-06-06 272/week @ 2024-06-13 278/week @ 2024-06-20 246/week @ 2024-06-27 333/week @ 2024-07-04 433/week @ 2024-07-11 186/week @ 2024-07-18

1,227 downloads per month
Used in 2 crates

Apache-2.0

3MB
55K SLoC

DataFusion Command-line Interface

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

DataFusion CLI (datafusion-cli) is a small command line utility that runs SQL queries using the DataFusion engine.

Frequently Asked Questions

Where can I find more information?

See the datafusion-cli documentation for further information.

How do I make my IDE work with datafusion-cli?

"open" the datafusion/datafusion-cli project as its own top level project in my IDE (rather than opening datafusion)

The reason datafusion-cli is not part of the main workspace in datafusion Cargo.toml file is that datafusion-cli is a binary and has a checked in Cargo.lock file to ensure reproducible builds.

However, the datafusion and sub crates are intended for use as libraries and thus do not have a Cargo.lock file checked in.

Dependencies

~74MB
~1.5M SLoC