Adding actix_session_sqlx_postgres library as a dependency

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

cargo add actix-session-sqlx-postgres

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

actix-session-sqlx-postgres = "0.3.0"

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

Back to the crate overview.