Adding sql_query library as a dependency
Run this command in a terminal, in your project's directory:
cargo add sql_query
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
sql_query = "0.0.0"
The sql_query library will be automatically available globally.
Read the sql_query library documentation.