From d0b7f3f814d91eee774a90c0b12294609d3c64ee Mon Sep 17 00:00:00 2001 From: Sayonil Mitra <91781209+SayonilMitra@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:02:03 +0530 Subject: [PATCH 1/2] Add SQL Toolkit to Formatters Adds SQL Toolkit (sqltoolkit.dev) to the Formatters section - a free, browser-based SQL formatter plus JSON/CSV/Excel to SQL converters, schema doc generator, and migration risk analyzer. No signup required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b15320e..d43fb71 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ List of tools and techniques for working with relational databases inspired by o - [Poor SQL](http://poorsql.com/) - Instant Free and Open-Source T-SQL Formatting (look here for the plugins and whatnot: https://github.com/TaoK/PoorMansTSqlFormatter ) - [ExtendsClass](https://extendsclass.com/sql-formatter.html) - Online SQL formatter - [CodeNeat SQL Formatter](https://codeneat.dev/sql-formatter) - Privacy-first online SQL formatter supporting 7 dialects. +- [SQL Toolkit](https://sqltoolkit.dev) - Free online SQL formatter/beautifier plus JSON, CSV, and Excel to SQL converters, a schema doc generator, and a migration risk analyzer. No signup, runs entirely in your browser. ## Tools @@ -40,7 +41,6 @@ List of tools and techniques for working with relational databases inspired by o - [sql-splitter](https://github.com/HelgeSverre/sql-splitter) - CLI for splitting, merging, converting, and analyzing SQL dump files across MySQL, PostgreSQL, SQLite, and MSSQL. - [SQLPage](https://github.com/lovasoa/SQLpage) - Open-source SQL-only website builder - [PixQL](https://github.com/Phildo/pixQL) - Command-line image processing tool in SQL by @Phildo -- [SQL Fiddle](http://sqlfiddle.com/) - Easly test and share database problems and their solutions. Supports multiple different backend DBMS's. - [SqlPad](http://rickbergfalk.github.io/sqlpad/) - A web app for running SQL queries and visualizing the results - [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases - [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary From 6c60ad05c650923434a392aa4dd4438c0d74b2a5 Mon Sep 17 00:00:00 2001 From: Sayonil Mitra <91781209+SayonilMitra@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:05:56 +0530 Subject: [PATCH 2/2] Restore accidentally-deleted SQL Fiddle entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d43fb71..1d4b15e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ List of tools and techniques for working with relational databases inspired by o - [sql-splitter](https://github.com/HelgeSverre/sql-splitter) - CLI for splitting, merging, converting, and analyzing SQL dump files across MySQL, PostgreSQL, SQLite, and MSSQL. - [SQLPage](https://github.com/lovasoa/SQLpage) - Open-source SQL-only website builder - [PixQL](https://github.com/Phildo/pixQL) - Command-line image processing tool in SQL by @Phildo +- [SQL Fiddle](http://sqlfiddle.com/) - Easly test and share database problems and their solutions. Supports multiple different backend DBMS's. - [SqlPad](http://rickbergfalk.github.io/sqlpad/) - A web app for running SQL queries and visualizing the results - [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases - [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary