mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-13 00:32:22 +00:00
The PgProtocol.connect() function took extra options for username, database, etc. Remove those options, and have a generic way for each subclass of PgProtocol to provide some default options, with the capability override them in the connect() call.