rogerpadilla / nukak

The smartest TypeScript ORM
https://nukak.org
MIT License
93 stars 2 forks source link

Support `migrations` #38

Open rogerpadilla opened 3 years ago

rogerpadilla commented 3 years ago

I have umzug in mind for this: https://github.com/sequelize/umzug.

But we can look at different options.

rogerpadilla commented 2 years ago

this can be done with other libraries keep DRY

ristiisa commented 1 year ago

@rogerpadilla any particular library in mind with typescript support?

rogerpadilla commented 1 year ago

hi @ristiisa, yeah, I have umzug in mind for this: https://github.com/sequelize/umzug.

Thanks for asking. How did you reach here? are you using or interested somehow in nukak? any feedback/thoughts/comments? thanks again.

tasansga commented 9 months ago

umzug would be fine I guess. But perhaps worth adding an example on how to use umzug with nukak to the getting started doc?

rogerpadilla commented 4 months ago

@tasansga for some reason i missed your message before, apologies about that.

since then i have changed my mind and i think it could be better to base it on TypeORM's migrations style here https://typeorm.io/migrations.

about adding an example on how to use it, i'd prefer only to do that after we implement the support for it or it can be unclear for newcomers to nukak who would expect migrations to work if they see the example.

additionally, i have been thinking about renaming 'nukak' to a potentially more SEO-friendly name, e.g. 'torm' or something around that.

please let me know your thoughts, i always do appreciate them.