From e8e3d518a510fbb58ea0029a78e7997644c0fbe2 Mon Sep 17 00:00:00 2001
From: cyril <38669260+cyrilbois@users.noreply.github.com>
Date: Wed, 2 Sep 2020 16:31:59 +0200
Subject: [PATCH 01/23] Removed broken lind and added an online formatter
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 82bab71..85cded4 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ List of tools and techniques for working with relational databases inspired by o
- [SQL Format](http://www.dpriver.com/pp/sqlformat.htm) - Instant SQL Formatter
- [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 )
-- [T-SQL Tidy](http://www.tsqltidy.com/Default.aspx) - Online T-SQL formatting with Webservice and Plugins for SSMS.
+- [ExtendsClass](https://extendsclass.com/sql-formatter.html) - Online SQL formatter
## Tools
From 881b4b55d495ba0fc755c06b5dcd72da3fb94590 Mon Sep 17 00:00:00 2001
From: duncan-m
Date: Mon, 1 Feb 2021 14:15:40 +0000
Subject: [PATCH 02/23] Added MissionKontrol
Added link and description for MissionKontrol to tools
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 82bab71..600edb6 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ List of tools and techniques for working with relational databases inspired by o
- [PgCLI](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
- [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
+- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.
## Resources
From c80f70007546752edd208dcebad9e30d2f3ee3a4 Mon Sep 17 00:00:00 2001
From: Kirill Zinov
Date: Wed, 22 Dec 2021 13:54:54 +0200
Subject: [PATCH 03/23] Update README.md
One more database migration tool for your list. No heavy dependencies like JVM. Currently focused on PostgreSQL.
Samples: https://github.com/DBinvent/rdbm
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 82bab71..22323ab 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ List of tools and techniques for working with relational databases inspired by o
- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary
- [Flyway](https://flywaydb.org/) - Database migration tool
- [Liquibase](http://www.liquibase.org/) - Source Control for your database
+- [Rumba RDBM](https://www.dbinvent.com/) - Database migration tool, plain-SQL, and declarative definition supported
- [PgCLI](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
- [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
From e1dd3365fd6f1584d13e3730f1b60ebc95e226c9 Mon Sep 17 00:00:00 2001
From: wodencafe
Date: Sat, 13 Aug 2022 08:35:32 -0500
Subject: [PATCH 04/23] Add DBeaver to tools
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index a968002..7c40adc 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ List of tools and techniques for working with relational databases inspired by o
- [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.
+- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.
## Resources
From baab11050dcdfcb9772fd23523e36a76b2df7d06 Mon Sep 17 00:00:00 2001
From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com>
Date: Thu, 18 Aug 2022 11:29:38 +0530
Subject: [PATCH 05/23] Added a new resource
Hey, I have added a reference link for SQL Under Resources. I came upon this article while looking for resources to learn SQL Basic and advanced concepts. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index a968002..d5ba10f 100644
--- a/README.md
+++ b/README.md
@@ -49,3 +49,4 @@ List of tools and techniques for working with relational databases inspired by o
## Resources
- [Curated SQL Learning Resources on Hackr.io](https://hackr.io/tutorials/learn-sql) - Programming Community Curated Resources for learning SQL
+- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.
From 6510ae831803dca8d30d8944d03b3afd16c882d5 Mon Sep 17 00:00:00 2001
From: Daniel Huss
Date: Tue, 20 Sep 2022 10:48:29 -0400
Subject: [PATCH 06/23] Add link to awesome-postgresql
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index b6f880f..0f5aed5 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ List of tools and techniques for working with relational databases inspired by o
- [Oracle](#oracle) - Software and packages specifically for Oracle and PL/SQL.
- [SQL Server](#sqlserver) - Software and packages specifically for SQL Server and T-SQL.
- [MySQL](https://github.com/shlomi-noach/awesome-mysql) - There is already a whole awesome list just for MySQL.
+- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - There is alread a whole awesome list just for PostgreSQL.
- Cross Platform Stuff
- [Formatters](#formatter) - Tools and sites that will format your ugly SQL code.
- [Tools](#tools) - Other cool tools and sites.
From eaa6f5b7136856dddd0760940003c7ad66fc8989 Mon Sep 17 00:00:00 2001
From: etai4542 <110459617+etai4542@users.noreply.github.com>
Date: Thu, 3 Nov 2022 11:35:07 +0200
Subject: [PATCH 07/23] Add EverSQL.com
Relevant to both open-source DBs like MySQL and PostgreSQL, and also for SQL Server and Oracle query optimization.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0f5aed5..8c96605 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ List of tools and techniques for working with relational databases inspired by o
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.
- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.
+- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI. EverSQL is the fastest way to optimize your database and SQL queries automatically.
## Resources
From 8141b51c60391f02481fc58f34aec77319bfa0c6 Mon Sep 17 00:00:00 2001
From: Daniel Huss
Date: Sat, 25 Mar 2023 14:53:25 -0400
Subject: [PATCH 08/23] Update README.md
Removed some marketing speak.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8c96605..85ff4ee 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ List of tools and techniques for working with relational databases inspired by o
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.
- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.
-- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI. EverSQL is the fastest way to optimize your database and SQL queries automatically.
+- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.
## Resources
From b93adc1b5179f3ff8b5aa7e9ac8964a4582db626 Mon Sep 17 00:00:00 2001
From: Ophir LOJKINE
Date: Wed, 5 Jul 2023 19:20:01 +0200
Subject: [PATCH 09/23] Add SQLPage
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 85ff4ee..dcd5372 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ List of tools and techniques for working with relational databases inspired by o
## Tools
+- [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. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)
- [SqlPad](http://rickbergfalk.github.io/sqlpad/) - A web app for running SQL queries and visualizing the results
From 9308513ab12c682346211f0e460a01061341c16d Mon Sep 17 00:00:00 2001
From: David J Berube
Date: Sun, 14 Jul 2024 14:24:48 -0400
Subject: [PATCH 10/23] Add sqlaxe to tools section (#25)
* Add sqlaxe to tools section
* fix username typo for sqlaxe
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index dcd5372..27cc052 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ List of tools and techniques for working with relational databases inspired by o
## Tools
+- [sqlaxe](https://github.com/djberube/sqlaxe) - CLI tool for searching, filtering, formatting, and splitting SQL files. Supports 40+ dialects of SQL.
- [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. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)
From bc19b0d4c4c971fe90cee801ce5db2d989112648 Mon Sep 17 00:00:00 2001
From: O_M_K_A_R <97804236+CodeForHunger@users.noreply.github.com>
Date: Wed, 6 Nov 2024 05:57:40 +0530
Subject: [PATCH 11/23] Update README.md (#26)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 27cc052..5b333dd 100644
--- a/README.md
+++ b/README.md
@@ -55,3 +55,4 @@ List of tools and techniques for working with relational databases inspired by o
- [Curated SQL Learning Resources on Hackr.io](https://hackr.io/tutorials/learn-sql) - Programming Community Curated Resources for learning SQL
- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.
+- [Mostly Asked SQL Interview Questions and Answers for Freshers](https://boldcoder.blogspot.com/2024/08/fresher-sql-interview-questions.html) - Online coding tutorials and Interview questions.
From 5ed77053e7bd2eb998481c799b5aa6ba77516e5b Mon Sep 17 00:00:00 2001
From: Anguel
Date: Wed, 6 Nov 2024 00:30:19 +0000
Subject: [PATCH 12/23] Update README.md (#27)
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5b333dd..fedf226 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,8 @@ List of tools and techniques for working with relational databases inspired by o
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.
- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.
-- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.
+- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.
+- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features
## Resources
From bbae7e5b974c7ed475af343c3ba77976417aff35 Mon Sep 17 00:00:00 2001
From: Andrey Nikolaev
Date: Tue, 5 Nov 2024 16:31:51 -0800
Subject: [PATCH 13/23] add sqruff (#28)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index fedf226..970a043 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ List of tools and techniques for working with relational databases inspired by o
## Tools
+- [sqruff](https://github.com/quarylabs/sqruff) - A SQL linter and formatter written in Rust that supports various SQL dialects and integrates with VSCode through a plugin.
- [sqlaxe](https://github.com/djberube/sqlaxe) - CLI tool for searching, filtering, formatting, and splitting SQL files. Supports 40+ dialects of SQL.
- [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
From a1bae34109d21884d79bcb4166c662f0006aab35 Mon Sep 17 00:00:00 2001
From: Ben Nour
Date: Sun, 5 Jan 2025 14:21:28 +1100
Subject: [PATCH 14/23] Update README.md (#29)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 970a043..085750f 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,4 @@ List of tools and techniques for working with relational databases inspired by o
- [Curated SQL Learning Resources on Hackr.io](https://hackr.io/tutorials/learn-sql) - Programming Community Curated Resources for learning SQL
- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.
- [Mostly Asked SQL Interview Questions and Answers for Freshers](https://boldcoder.blogspot.com/2024/08/fresher-sql-interview-questions.html) - Online coding tutorials and Interview questions.
+- [SQL tips and tricks](https://github.com/ben-nour/SQL-tips-and-tricks) - SQL tips that cover everything from readability to common pitfalls.
From be69e7512266d9ebe53495af19013f6908dfb82f Mon Sep 17 00:00:00 2001
From: Immanuel
Date: Wed, 15 Oct 2025 12:09:46 -0400
Subject: [PATCH 15/23] Add ThalamusDB to database tools list (#31)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 085750f..4863447 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ List of tools and techniques for working with relational databases inspired by o
- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.
- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.
- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features
+- [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files.
## Resources
From 631f4ba1b75a0484b83e876f8e42885c308a66b9 Mon Sep 17 00:00:00 2001
From: Helge Sverre
Date: Sat, 25 Apr 2026 15:26:31 +0200
Subject: [PATCH 16/23] Add sql-splitter to Tools (#33)
sql-splitter is a CLI for splitting, merging, converting, and analyzing
SQL dump files across MySQL, PostgreSQL, SQLite, and MSSQL.
https://github.com/HelgeSverre/sql-splitter
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4863447..fff26f4 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ List of tools and techniques for working with relational databases inspired by o
- [sqruff](https://github.com/quarylabs/sqruff) - A SQL linter and formatter written in Rust that supports various SQL dialects and integrates with VSCode through a plugin.
- [sqlaxe](https://github.com/djberube/sqlaxe) - CLI tool for searching, filtering, formatting, and splitting SQL files. Supports 40+ dialects of SQL.
+- [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. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)
From 4ddd8a0b4d9026d67504df9a52782ec98bee498c Mon Sep 17 00:00:00 2001
From: Ahnhyeongkyu <122165003+Ahnhyeongkyu@users.noreply.github.com>
Date: Sat, 25 Apr 2026 22:32:46 +0900
Subject: [PATCH 17/23] Add CodeNeat SQL Formatter to Formatters section (#34)
* Add CodeNeat SQL Formatter to Formatters section
* Add CodeNeat SQL Formatter to Formatters section
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: Daniel Huss
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index fff26f4..47d017c 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ List of tools and techniques for working with relational databases inspired by o
- [SQL Format](http://www.dpriver.com/pp/sqlformat.htm) - Instant SQL Formatter
- [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.
## Tools
From 372d94d2316cb55418827200cd3cd0ea2021336f Mon Sep 17 00:00:00 2001
From: Mustafa
Date: Sat, 25 Apr 2026 16:42:09 +0300
Subject: [PATCH 18/23] Add SQL Syntax Cheat Sheet to Resources (#35)
Co-authored-by: Claude Opus 4.6
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 47d017c..afe0235 100644
--- a/README.md
+++ b/README.md
@@ -62,3 +62,4 @@ List of tools and techniques for working with relational databases inspired by o
- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.
- [Mostly Asked SQL Interview Questions and Answers for Freshers](https://boldcoder.blogspot.com/2024/08/fresher-sql-interview-questions.html) - Online coding tutorials and Interview questions.
- [SQL tips and tricks](https://github.com/ben-nour/SQL-tips-and-tricks) - SQL tips that cover everything from readability to common pitfalls.
+- [SQL Syntax Cheat Sheet](https://github.com/mergisi/sql-syntax-cheat-sheet) - Comprehensive SQL reference covering 20 sections: DDL, DML, JOINs, window functions, CTEs, database-specific syntax (MySQL, PostgreSQL, SQL Server), performance tips, and common mistakes.
From 10f01b98955117ae2e2b71581986ae9f971aae82 Mon Sep 17 00:00:00 2001
From: Daniel Huss
Date: Sat, 25 Apr 2026 09:44:59 -0400
Subject: [PATCH 19/23] Refine SQL Syntax Cheat Sheet description
Updated the description of the SQL Syntax Cheat Sheet resource.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index afe0235..55f84b9 100644
--- a/README.md
+++ b/README.md
@@ -62,4 +62,4 @@ List of tools and techniques for working with relational databases inspired by o
- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.
- [Mostly Asked SQL Interview Questions and Answers for Freshers](https://boldcoder.blogspot.com/2024/08/fresher-sql-interview-questions.html) - Online coding tutorials and Interview questions.
- [SQL tips and tricks](https://github.com/ben-nour/SQL-tips-and-tricks) - SQL tips that cover everything from readability to common pitfalls.
-- [SQL Syntax Cheat Sheet](https://github.com/mergisi/sql-syntax-cheat-sheet) - Comprehensive SQL reference covering 20 sections: DDL, DML, JOINs, window functions, CTEs, database-specific syntax (MySQL, PostgreSQL, SQL Server), performance tips, and common mistakes.
+- [SQL Syntax Cheat Sheet](https://github.com/mergisi/sql-syntax-cheat-sheet) - Comprehensive SQL reference including: DDL, DML, JOINs, window functions, CTEs, performance tips, and common mistakes.
From 34608a23fb378e87f73064090a986ae1381e3002 Mon Sep 17 00:00:00 2001
From: Daniel Huss
Date: Sat, 25 Apr 2026 09:52:15 -0400
Subject: [PATCH 20/23] Simplify SQL Fiddle description
Updated SQL Fiddle description to clarify backend DBMS support.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 55f84b9..ff42a16 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,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. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)
+- [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 23fa4ac9a1829e659fe65b119a48def7b58801bb Mon Sep 17 00:00:00 2001
From: Mehdi Makroumi <134870510+makroumi@users.noreply.github.com>
Date: Sat, 25 Apr 2026 10:00:45 -0400
Subject: [PATCH 21/23] Add SlowQL - SQL static analyzer (#36)
* Add SlowQL - SQL static analyzer
* Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ff42a16..87e9fb6 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ List of tools and techniques for working with relational databases inspired by o
- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.
- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features
- [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files.
+- [SlowQL](https://github.com/makroumi/slowql) - SQL static analyzer with extensive rules for security, performance, and quality. Zero dependencies, completely offline.
## Resources
From 6651bfab8b48238c83e05b4a2b8fc625fabcee92 Mon Sep 17 00:00:00 2001
From: Daniel Huss
Date: Sat, 25 Apr 2026 10:15:25 -0400
Subject: [PATCH 22/23] Updated name and URL for Schema Guard RDBM
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 87e9fb6..b15320e 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ List of tools and techniques for working with relational databases inspired by o
- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary
- [Flyway](https://flywaydb.org/) - Database migration tool
- [Liquibase](http://www.liquibase.org/) - Source Control for your database
-- [Rumba RDBM](https://www.dbinvent.com/) - Database migration tool, plain-SQL, and declarative definition supported
+- [Schema Guard RDBM](https://www.dbinvent.com/rdbm/) - Postgres database migration tool, plain-SQL, and declarative definition supported
- [PgCLI](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
- [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.
- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database
From 6c6d3f6e856ea4ed453995c79445af842b6825cf Mon Sep 17 00:00:00 2001
From: Gheop
Date: Sun, 30 Aug 2026 13:20:47 +0200
Subject: [PATCH 23/23] Add mcdview to Tools
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index b15320e..0445056 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ List of tools and techniques for working with relational databases inspired by o
- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features
- [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files.
- [SlowQL](https://github.com/makroumi/slowql) - SQL static analyzer with extensive rules for security, performance, and quality. Zero dependencies, completely offline.
+- [mcdview](https://github.com/Gheop/mcdview) - Generates a standalone, interactive HTML ER diagram from a SQL schema (PostgreSQL, MySQL, SQLite and ~15 dialects) or pgModeler/dbml/Prisma, shareable by link
## Resources