jeroenrinzema / psql-wire

PostgreSQL server wire protocol. Build your own server and start serving connections.
Mozilla Public License 2.0
109 stars 19 forks source link

Remote Address #69

Closed joshrendek closed 5 days ago

joshrendek commented 5 months ago

Is there a way to get the remote connecting address? It doesn't look like the net.Conn is exposed anywhere one of the Option functions could access it

joshrendek commented 5 months ago

Added this over in https://github.com/jeroenrinzema/psql-wire/pull/70