DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
6.02k stars 406 forks source link

Added jmoiron/sqlx support #242

Closed zhashkevych closed 3 years ago

zhashkevych commented 3 years ago

Implemented new functions Newx() and NewxWithDSN() that returnes *sqlx.DB from https://github.com/jmoiron/sqlx

zhashkevych commented 3 years ago

jmoiron/sqlx does not support go versions lower than 1.8, so CI/CD fails :(

l3pp4rd commented 3 years ago

This library is implementing only the standard sql interface, such pull requests will not be accepted