Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for "peer" authentication with PostgreSQL
PostgreSQL allows "peer" authentication to connect to the database. This is signaled by a `hostname` that is set to `None` through `pgsu`. In this case, the `hostname` part of the connection string of the SQLAlchemy engine should be left empty. If it is `None` it is converted to an empty string otherwise it would be converted to the string literal "None".
- Loading branch information