Adding polars_sql library as a dependency

Run this command in a terminal, in your project's directory:

cargo add polars-sql

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

polars-sql = "0.53.0"

The polars_sql library will be automatically available globally. Read the polars_sql library documentation.

Back to the crate overview.