You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Examples are not about possible keys, they are about how to use a code (with a minimum code/params).
Otherwise we'd end up showing all 16 params[1] of asyncpg.connect...
People who use non-standard port for DBMS usually know how to search in a documentation.
Personally I do not see anything should be added to this example.
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
The text was updated successfully, but these errors were encountered: