lastland / scala-forklift

Type-safe data migration tool for Slick, Git and beyond.
Other
188 stars 31 forks source link

SlickMigrationManager not very modular #44

Open Daxten opened 6 years ago

Daxten commented 6 years ago

I think an AbstractSlickMigrationManager would be useful, which takes dbConfig as parameter. That way I could inject / reuse my configuration (for example inside a PlayModule)

I could make a PR for this

lastland commented 6 years ago

I would be happy to accept a PR for this.