diff --git a/src/driver/sqlx_postgres.rs b/src/driver/sqlx_postgres.rs index 7a50a3d8..bd561148 100644 --- a/src/driver/sqlx_postgres.rs +++ b/src/driver/sqlx_postgres.rs @@ -39,7 +39,7 @@ impl SqlxPostgresConnector { string.starts_with("postgres://") && string.parse::().is_ok() } - /// Add configuration options for the MySQL database + /// Add configuration options for the PostgreSQL database #[instrument(level = "trace")] pub async fn connect(options: ConnectOptions) -> Result { let mut opt = options