mjhm / cucumber-api

Cucumber JS step definitions for API testing
MIT License
0 stars 0 forks source link

Possibly use a db migration library for the skeleton db #7

Open mjhm opened 8 years ago

mjhm commented 8 years ago

https://github.com/mjhm/cucumber-api/blob/master/example/testapp/src/db/db.go#L36

For example: https://github.com/mattes/migrate There are other suggested migration tools at the bottom of that repo's README.

allonsy commented 8 years ago

to be honest, because this is Sqlite, we can probably get away with just using cp. I think bringing in a migration library might be overkill in this case

allonsy commented 8 years ago

Is #12 a sufficient fix for this issue or would you like to use the migration library?