craigpastro / pgmq-go

A Go (Golang) client for Postgres Message Queue (PGMQ)
MIT License
42 stars 2 forks source link

Expose Ping #49

Closed SoftExpert closed 3 months ago

SoftExpert commented 3 months ago

Hello,

Is it possible to expose the Ping method from the pgx package ?

It might be useful when initializing a complex application logic ...

Thank you in advance !

Best regards, SoftExpert

craigpastro commented 3 months ago

Hi @SoftExpert! Yes, I think this is a great idea. Thank you. I can implement it when I have a few free cycles. Also happy to accept a PR!