Adding postgresql_extensions library as a dependency

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

cargo add postgresql_extensions

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

postgresql_extensions = "0.20.0"

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

Back to the crate overview.