pub async fn drop_postgres(pg: &PgPool, database: String) -> Result<()>
Drops the Postgres database with the given name using the provided connection pool.
Returns an error if the DROP DATABASE command fails.