36 major breaking releases

new 45.0.0 Feb 7, 2025
44.0.0 Jan 2, 2025
43.0.0 Nov 8, 2024
42.0.0 Sep 17, 2024
7.0.0 Feb 12, 2022

#1461 in Database interfaces

Download history 695/week @ 2024-10-21 405/week @ 2024-10-28 582/week @ 2024-11-04 411/week @ 2024-11-11 705/week @ 2024-11-18 836/week @ 2024-11-25 422/week @ 2024-12-02 385/week @ 2024-12-09 339/week @ 2024-12-16 201/week @ 2024-12-23 310/week @ 2024-12-30 289/week @ 2025-01-06 443/week @ 2025-01-13 341/week @ 2025-01-20 226/week @ 2025-01-27 455/week @ 2025-02-03

1,479 downloads per month
Used in 3 crates

Apache-2.0

2MB
40K 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, as described in the main README file.

Dependencies

~82MB
~1.5M SLoC