Does this tool connect to a database?
No. It parses SQL text locally in your browser. No database connection or server upload occurs.
Convert SQL INSERT statements and query results into structured YAML.
SQL to YAML conversion transforms relational database records into YAML format, which is widely used for configuration files, test fixtures, CI/CD pipelines, and Kubernetes manifests. YAML's human-readable indentation-based syntax makes it ideal for representing structured data extracted from SQL tables.
No. It parses SQL text locally in your browser. No database connection or server upload occurs.
INSERT INTO statements and pasted query result tables from MySQL, PostgreSQL, and generic delimited formats.
Yes. Choose 2, 4, or 8 spaces for indentation in the options panel.
You can choose null, ~ (tilde), or empty string representation.