orangy / squash

SQL access DSL for Kotlin
265 stars 16 forks source link

Database migration #9

Open MRezaNasirloo opened 6 years ago

MRezaNasirloo commented 6 years ago

Nice job, great project

I have used Laravel framework and its database access layer is pretty much like Squash, But it has a migration tool built in to it, Which I haven't seen in any JVM based language ever. I would be great if you consider adding such feature using Squash.

here is the docs for it you can take a look: https://laravel.com/docs/5.6/migrations

orangy commented 6 years ago

Thanks! I will take a look.

wyaeld commented 5 years ago

@orangy Is this something you're looking to add? As @MRezaNasirloo observed, none of the modern JVM orms have a migration tool built in, whereas its much more common in frameworks in other languages. Would love to see a good one in Kotlin.