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