polars-sql

Crates.iopolars-sql
lib.rspolars-sql
version0.51.0
created_at2022-10-28 07:38:48.465177+00
updated_at2025-09-16 08:48:37.895933+00
descriptionSQL transpiler for Polars. Converts SQL to Polars logical plans
homepagehttps://www.pola.rs/
repositoryhttps://github.com/pola-rs/polars
max_upload_size
id700212
size379,402
Stijn (stijnherfst)

documentation

README

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.

Commit count: 13277

cargo fmt