diff --git a/src/lib.rs b/src/lib.rs index cccc994..ea6219d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -502,7 +502,7 @@ fn fetch_database_url_from_sys_map() -> Result { ); Ok(format!( - "postgres://{}:{}@{}:{}/{}", + "postgresql://{}:{}@{}:{}/{}", username, password, host, port, database )) }