100% client-side · nothing leaves your browser

Convert SQL between
MySQL, Postgres & SQLite

Handles the well-defined differences — auto-increment syntax, identifier quoting, string concatenation, and NOW() — not a full SQL parser.

input.sql
output.sql

    

What this handles

What it doesn't handle

This is pattern matching, not a real SQL parser — it won't catch every dialect-specific function, window function syntax, or data type nuance (MySQL's TINYINT(1) booleans, Postgres arrays, SQLite's dynamic typing, and so on). Always review the output before running it against a real database.