About
The Kysely SQL Converter skill empowers developers to bridge the gap between raw SQL and type-safe TypeScript by automating the translation of complex database queries into idiomatic Kysely code. It intelligently parses SQL syntax—including joins, subqueries, and advanced window functions—and maps them to the corresponding Kysely query builder methods for PostgreSQL and MySQL. This utility is essential for teams migrating legacy codebases or developers who prefer drafting logic in SQL before implementing it in a type-safe environment, ensuring robust data access with full IDE support.