Formatting SQL, generating inserts, and preparing small data sets for review or testing.

This guide is the canonical guide page for related tools on ilham.dev. It should grow into practical explanations, caveats, examples, and references instead of creating one thin article per utility.

  • SQL Insert Generator — Turn JSON or CSV rows into SQL INSERT statements for MySQL, PostgreSQL, SQLite or SQL Server.
  • SQL Prettify — Reformat SQL queries so they are readable.

Notes for future edits

  • Keep the guide reusable and factual.
  • Link to personal posts only when there is a real incident, measurement, migration, or lesson.
  • For sensitive inputs, mention whether the related tool runs locally in the browser and warn against pasting production secrets without understanding the trust boundary.