Is there a reason tortoise does not accept postgresql for it's DB scheme?
pydantic's PostgresDsn e.g. accepts both, postgres:// and postgresql://
postgresql specifies both: https://www.postgresql.org/docs/current/libpq-connect.html
/tortoise/backends/base/config_generator.py:129 creates the alias for postgres, could we add another alias for postgresql?