49 releases (21 breaking)
Uses new Rust 2024
new 0.47.1 | May 5, 2025 |
---|---|
0.46.0 | Jan 26, 2025 |
0.45.1 | Dec 9, 2024 |
0.44.2 | Nov 1, 2024 |
0.2.1 | Oct 28, 2022 |
#121 in Database implementations
347,139 downloads per month
Used in 167 crates
(17 directly)
6MB
142K
SLoC
Polars SQL This crate provides a SQL interface for Polars DataFrames
polars-sql
polars-sql
is a sub-crate of the Polars library, offering a SQL
transpiler. It allows for SQL query conversion to Polars logical plans.
Usage
To use polars-sql
, add it as a dependency to your Rust project's Cargo.toml
file:
[dependencies]
polars-sql = "0.30.0"
You can then import the crate in your Rust code using:
use polars_sql::*;
Important Note: This crate is not intended for external usage. Please refer to the main Polars crate for intended usage.
Dependencies
~32–65MB
~1M SLoC