47 releases (20 breaking)

0.46.0 Jan 26, 2025
0.45.1 Dec 9, 2024
0.44.2 Nov 1, 2024
0.41.3 Jul 2, 2024
0.2.1 Oct 28, 2022

#365 in Database implementations

Download history 12389/week @ 2024-12-25 16277/week @ 2025-01-01 23048/week @ 2025-01-08 22506/week @ 2025-01-15 23739/week @ 2025-01-22 22907/week @ 2025-01-29 42574/week @ 2025-02-05 121005/week @ 2025-02-12 139181/week @ 2025-02-19 152660/week @ 2025-02-26 142297/week @ 2025-03-05 135703/week @ 2025-03-12 120455/week @ 2025-03-19 122400/week @ 2025-03-26 96471/week @ 2025-04-02 97314/week @ 2025-04-09

459,194 downloads per month
Used in 163 crates (17 directly)

MIT license

5.5MB
135K 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

~30–60MB
~1M SLoC