From beab9744a10d5b08fda23ec99d188c6a7938be98 Mon Sep 17 00:00:00 2001 From: Max Fi <155887428+mxfschr@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:24:21 +0100 Subject: [PATCH] Add QueryGlow to database tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82bab71..94bdd63 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ List of tools and techniques for working with relational databases inspired by o - [Flyway](https://flywaydb.org/) - Database migration tool - [Liquibase](http://www.liquibase.org/) - Source Control for your database - [PgCLI](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting +- [QueryGlow](https://queryglow.com/) - Self-hosted, web-based database GUI with AI SQL generation, EXPLAIN visualizer, and schema-aware autocomplete. Supports PostgreSQL, MySQL, SQLite, and more. - [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