Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WITH for create index #1017

Open
FuJa0815 opened this issue May 30, 2024 · 1 comment
Open

Implement WITH for create index #1017

FuJa0815 opened this issue May 30, 2024 · 1 comment
Labels
api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL) postgres Related to PostgreSQL

Comments

@FuJa0815
Copy link

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

@igalklebanov igalklebanov added enhancement New feature or request postgres Related to PostgreSQL api Related to library's API mssql Related to MS SQL Server (MSSQL) labels May 30, 2024
@igalklebanov
Copy link
Member

Hey 👋

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL) postgres Related to PostgreSQL
Projects
None yet
Development

No branches or pull requests

2 participants