pashagolub / pgxmock

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

Remove Statement struct from pgxmock #8

Closed pashagolub closed 3 years ago

pashagolub commented 3 years ago

Prepared statements in pgx are different from standard sql/driver