Alyx

Results 453 comments of Alyx

We're actually planning on rewriting the CLI from scratch, so it's unlikely that we'll do much on this repository anymore

Migrations are run in a deterministic order based on the name of the file. If we support nested folders or multiple sources of migration files, then that order becomes difficult...

Migrations have never run in a transaction as far as I know

I don't think we should do #639. I understand that you have legacy tables but unique columns are not primary keys and we should not mark them as such in...

We don't have the manpower to implement it, sequelize-auto has been without a maintainer for a little over a year now. The majority of the team is focused on the...

The issue on our end is that we don't currently have the manpower to work on this project. steveschmitt seems to have been inactive since december 2021 and he was...

Hi! Thank you for the proof of concept Unfortunately I still don't think JSON serialization of classes is an ORM concern, and as such does not belong in Sequelize. This...

I agree that serialization is important, what we do not want is to have a sequelize-specific solution that doesn't work for anything else. There are also multiple possible approaches: toJSON...

Ahah, I thought my phrasing was not fully clear. I didn't use `fork` for toposort because we already forked it, but they're both very small packages that fit well with...