29 major breaking releases

new 38.0.0 May 10, 2024
37.0.0 Apr 4, 2024
36.0.0 Feb 20, 2024
35.0.0 Jan 25, 2024
7.0.0 Feb 12, 2022

#2318 in Database interfaces

Download history 157/week @ 2024-01-19 222/week @ 2024-01-26 410/week @ 2024-02-02 443/week @ 2024-02-09 236/week @ 2024-02-16 221/week @ 2024-02-23 205/week @ 2024-03-01 166/week @ 2024-03-08 104/week @ 2024-03-15 95/week @ 2024-03-22 148/week @ 2024-03-29 208/week @ 2024-04-05 198/week @ 2024-04-12 207/week @ 2024-04-19 117/week @ 2024-04-26 47/week @ 2024-05-03

589 downloads per month
Used in 2 crates

Apache-2.0

2.5MB
51K 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

~77MB
~1.5M SLoC