Data
CSV ↔ JSON Converter
Convert CSV data to JSON or transform JSON arrays into CSV.
Development
Format and minify SQL queries for multiple database dialects.
Choose the dialect and output style.
Keyword case
Paste SQL, select its dialect and generate a readable or compact version.
SQL queries are formatted locally and are never sent to a database or server.
About this tool
A SQL formatter restructures compact or inconsistently formatted queries into a readable layout. BigForgeKit supports several database dialects and lets you control indentation and keyword casing without uploading your queries.
Features
Frequently asked questions
Different databases support different keywords, operators and syntax. Choosing the appropriate dialect helps the formatter interpret the query more accurately.
Formatting should only change whitespace and keyword presentation. You should still review generated output before using it in a production database.
No. It formats syntax according to the selected dialect but does not connect to a database, inspect schemas or guarantee that a query will execute successfully.
No. Formatting and minification occur entirely inside your browser.
Related tools