Adding zero_postgres library as a dependency

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

cargo add zero-postgres

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

zero-postgres = "0.8.0"

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

Back to the crate overview.