From a0f9501cd01cf5e8e292934f7d0ae0e182b9bdef Mon Sep 17 00:00:00 2001 From: Tianzhou Date: Mon, 8 Sep 2025 14:08:40 +0800 Subject: [PATCH] docs: add bytebase and pgschema --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb20241..7ca30dc 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ ### GUI * [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP. * [Beekeeper Studio](https://www.beekeeperstudio.io) - Free and open source SQL client with a modern UI and great Postgres support. Cross platform. +* [Bytebase](https://www.bytebase.com) - Database DevSecOps solution for Developer, Security, DBA, and Platform Engineering teams. * [Chartbrew](https://chartbrew.com) - Create live dashboards, charts, and client reports from PostgreSQL data. Features a query tool that works with SQL. * [Count](https://count.co/) - Web-based analytics platform with a notebook interface which connects to PostgreSQL (Commercial Software). * [DataGrip](https://www.jetbrains.com/datagrip/) - IDE with advanced tool sets and good cross-platform experience (Commercial Software). @@ -109,6 +110,7 @@ ### CLI * [atlas](https://github.com/ariga/atlas) - Atlas is a tool for managing and migrating database schemas using modern DevOps principles. * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting +* [pgschema](https://www.pgschema.com) - Terraform-style declarative schema migration for Postgres * [pg-schema-diff](https://github.com/stripe/pg-schema-diff) - CLI (and Golang library) for diffing Postgres schemas and generating SQL migrations with minimal locking. * [pgsh](https://github.com/sastraxi/pgsh) - Branch your PostgreSQL Database like Git * [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client