SQL tools
Format and minify SQL for every major dialect, and convert to and from JSON and CSV.
- JSON to SQL Generate a CREATE TABLE and INSERT statements from a JSON array, with types inferred from the values.
- SQL Comment Remover Strip -- and /* */ comments from SQL while keeping the layout and every string literal exactly as written.
- SQL Formatter Format SQL for the dialect you actually use, with keywords cased and clauses indented, entirely in your browser.
- SQL Keyword Case Converter Uppercase or lowercase SQL keywords without touching identifiers, string literals or the existing layout.
- SQL Minifier Collapse a formatted query into a single line and strip comments, without touching anything inside string literals.
- SQL Query Generator Describe the statement you want and get syntax that matches the database you are actually using.
- SQL Table Generator Sketch your columns one per line and get the CREATE TABLE statement for the database you use.
- SQL to CSV Turn the rows inside INSERT statements into a CSV file that opens directly in a spreadsheet.
- SQL to HTML Paste a dump of INSERT statements and get a table you can drop into a page or a report.
- SQL to JSON Parse INSERT statements from a dump or script into a JSON array of objects, one per row, keyed by column name.
- SQL to XML Convert a dump of INSERT statements into XML rows for an import job or a legacy interface.
- SQL to YAML Turn INSERT statements into YAML records for a fixture file, a seed script or a review.
Other categories
- JSON tools
- XML tools
- YAML tools
- CSV and TSV tools
- HTML tools
- CSS tools
- JavaScript tools
- Code formatters
- Minifiers
- Validators
- Data converters
- Encoders and decoders
- Escape and unescape
- Hash and cryptography
- String and text tools
- Number tools
- Color tools
- Unit converters
- Date and time tools
- Generators
- Random data generators
- Image tools
- Compress and decompress
- Network and DNS tools
- Web and developer tools
- Chart makers
- Cheat sheets
- Fun text tools
- Calculators