Adding sql_query_builder library as a dependency

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

cargo add sql_query_builder

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

sql_query_builder = "2.5.2"

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

Back to the crate overview.