DATA-DOG / go-sqlmock

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

Countermeasure for https://github.com/DATA-DOG/go-sqlmock/issues/239 #277

Closed hi-watana closed 2 years ago

hi-watana commented 2 years ago

According to https://github.com/DATA-DOG/go-sqlmock/issues/239

Sqlmock is based on a standard sql driver interface. It will not try to adapt to different frameworks, which use it in non standard expected ways. So you can just fork it and customize