56 releases (26 breaking)
Uses new Rust 2024
| 0.52.0 | Nov 3, 2025 |
|---|---|
| 0.50.0 | Aug 1, 2025 |
| 0.49.1 | Jun 18, 2025 |
| 0.46.0 | Jan 26, 2025 |
| 0.2.1 | Oct 28, 2022 |
#105 in Database implementations
449,820 downloads per month
Used in 235 crates
(18 directly)
6.5MB
152K
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
~36–56MB
~1M SLoC