DATA-DOG / go-sqlmock

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

Feed a mocked database with a SQL dump file #269

Closed droslean closed 2 years ago

droslean commented 2 years ago

Is it possible to feed a mocked database with a SQL dump file to generate the desired schema?

l3pp4rd commented 2 years ago

no, it just mimics golang sql interface all abstractions there are your choice