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

Download history 143773/week @ 2026-01-19 154382/week @ 2026-01-26 160015/week @ 2026-02-02 173502/week @ 2026-02-09 185897/week @ 2026-02-16 214441/week @ 2026-02-23 184456/week @ 2026-03-02 210254/week @ 2026-03-09 185187/week @ 2026-03-16 205906/week @ 2026-03-23 162040/week @ 2026-03-30 202775/week @ 2026-04-06 202019/week @ 2026-04-13 186507/week @ 2026-04-20 217735/week @ 2026-04-27 195029/week @ 2026-05-04

811,610 downloads per month
Used in 353 crates (20 directly)

MIT license

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