lastland / scala-forklift

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

[Feature] maybeInit #43

Open Daxten opened 6 years ago

Daxten commented 6 years ago

atm forklift has to be manually initialized, please correct me if that is wrong.

there should be a maybeInit imo which only inits if needed (maybe using MTable.getTables?)

the current init fails if the table already exists

I could make a PR for this

lastland commented 6 years ago

That is a good idea! I would be happy to accept a PR for this.