sql_builder
Run this command in a terminal, in your project's directory:
cargo add sql-builder
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
sql-builder = "3.1.1"
The sql_builder library will be automatically available globally. Read the sql_builder library documentation.
Back to the crate overview.