kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.73k stars 271 forks source link

Introducing constraint renaming #647

Open luixo opened 1 year ago

luixo commented 1 year ago

I hope this feature will be introduced in Kysely. With proper referencing (and maintainer approval) I can file a PR.

igalklebanov commented 1 year ago

Hey 👋

Can you provide some docs links for postgres/mysql/mssql/sqlite (if applicable) to get the conversation going?

luixo commented 1 year ago

Sure, lookup rename constraint on this PostgreSQL docs page. It seems like MySQL doesn't support it. And SQLite seems to have even more limited support for that.

luixo commented 8 months ago

@igalklebanov Can I help with progress on this?