kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Implement `WITH` for create index

Open FuJa0815 opened this issue 1 year ago • 1 comments

Postgresql and mssql support WITH clauses for CREATE INDEX calls. It would be great for kysely to support these in some way, or at least expose a modifyEnd method for createIndex.

https://www.postgresql.org/docs/current/sql-createindex.html#SQL-CREATEINDEX-STORAGE-PARAMETERS https://learn.microsoft.com/en-us/sql/t-sql/statements/create-index-transact-sql?view=sql-server-ver16#relational_index_option

FuJa0815 avatar May 30 '24 10:05 FuJa0815

Hey 👋

It's a niche feature, so I'm leaning towards adding modifyEnd.

igalklebanov avatar May 31 '24 09:05 igalklebanov