dyma solovei
dyma solovei
@vmihailenco I've been reading through the issues and noticed this one had `help wanted` on it. I only started to work with `bun` recently, but this seems like something I...
@vmihailenco Thanks for getting back in touch so quickly! Yes, you're right, bringing this feature will take some time and research, so I really appreciate the steps that you've suggested....
@vmihailenco I wasn't able to look into that yet because I had a lot of work in the past couple of months. I am still very interested in developing this...
Here are my thoughts on how this feature could be implemented. It felt like a lot of ground to cover, so if some concepts need more clarification/discussion, please let me...
Started working on `ALTER TABLE` query, that should cover a lot of the functionality we're missing for auto-migration. As suggested above, we can introduce it as a separate feature before...
I have created a draft PR (it is very much WIP) so that we could exchange ideas with specific code at hand. I'm also not sure if some of my...
Found [this bug](https://github.com/uptrace/bun/issues/736) while working on it, so I guess I'll do a PR for that first, because I'd like to use some of the underlying functionality for `ALTER TABLE`...
I opened a PR which adds schema inspection and `RenameTable` auto-migration to Postgres dialect. I took a look at how GORM, ent, and [django](https://github.com/django/django/tree/main/django/db/migrations) handle this and tried to come...
I had to update a lot of to the existing unit tests (~5-7 files) because I noticed that many of them weren't properly cleaning up the database, causing side-effects in...
@vmihailenco WDYT about extending the tag to allow `identity:always`, defaulting to `BY DEFAULT` if the tag has no options?