pashagolub / pgxmock

pgx mock driver for golang to test database interactions
Other
393 stars 49 forks source link

[+] add `PgConn()` method #87

Closed jsnb-devoted closed 2 years ago

jsnb-devoted commented 2 years ago

Similar to https://github.com/pashagolub/pgxmock/pull/86 we utilize the PgConn method so we need implemented in order to work with our interfaces.

Again I'm just returning an empty struct here because we at least don't need to testing anything with that method. We may need to do something with it down the line.

pashagolub commented 2 years ago

Thanks. LGTM. 👍