Use case
No Results
Framework
No Results
Owner
Vercel Postgres To Neon
This is a codemod created with
codemod init
.Sql/Add Index Before Select
Example of using codemod that changes SQL. It detects all SELECT statements and adds an index creation statement before them. Inside SELECT statement for any fields that ends with
_id
it creates an index on that field.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod