Adding postgres_shared library as a dependency

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

cargo add postgres-shared

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

postgres-shared = "0.4.2"

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

Back to the crate overview.