mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
a009fe912a
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.