57 releases (27 breaking)
Uses new Rust 2024
| 0.53.0 | Feb 8, 2026 |
|---|---|
| 0.52.0 | Nov 3, 2025 |
| 0.51.0 | Sep 16, 2025 |
| 0.49.1 | Jun 18, 2025 |
| 0.2.1 | Oct 28, 2022 |
#57 in Database implementations
811,610 downloads per month
Used in 353 crates
(20 directly)
6.5MB
160K
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
~35–54MB
~892K SLoC