Convert SQL syntax between MySQL, PostgreSQL and SQLite with a rule engine that logs every hit
FAQ
Can the converted SQL run in production as is?
Not recommended. Conversions are regex based without a full syntax parser, so complex statements may be missed. Check every hit in the conversion log and validate in a test environment first.
What if the log shows no rules were hit?
It means no convertible patterns were found, or the target dialect already accepts the syntax. PostgreSQL-specific syntax and CONCAT with more than two arguments are not rewritten automatically and need manual edits.
All data is processed locally in your browser. Nothing is uploaded.