Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME missing Database Port number in the example. #469
Comments
|
Examples are not about possible keys, they are about how to use a code (with a minimum code/params). People who use non-standard port for DBMS usually know how to search in a documentation. [1] https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.connection.connect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue with a local PostgreSQL install?:
uvloop?:
Not a bug or issue, I saw the example in the README section..
A database port number is missing in the example, I know Postgres default port is 5432, but in example if we give the details about the port it will be more clear to reader about the port parameter to use for different database instance.. Was it intentional to leave port number or its error ?
--Raghav