Adding postgresql_commands library as a dependency

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

cargo add postgresql_commands

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

postgresql_commands = "0.18.3"

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

Back to the crate overview.