Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds cli2ui to GUI, alphabetically between
ChartbrewandCount.cli2ui is a local-only web UI over the
psqloperations you keep half-remembering —pg_stat_activity,pg_locks,pg_stat_replication,pg_dump— turned into buttons. It runs on your machine, has no authentication by design, and is meant for app developers rather than DBAs.What is different from the clients already in this section: it says what a destructive button is about to do, before you press it.
TRUNCATEorDROP … CASCADEtakes with it: dependent views and materialized views by name, and foreign keys pointing at the tableSET lock_timeoutthat guards every destructive DDL, shown rather than merely appliedIt also does the read-only side: health checks (unindexed foreign keys, redundant and invalid indexes, orphan rows, NULL gaps in composite UNIQUE constraints), head-blocker trees for
pg_locks, standby replay lag in time rather than bytes, anEXPLAINplan differ, and a what-if index lab that builds an index inside a transaction that is always rolled back.MIT,
docker compose up, and a sample database is bundled and pre-wired into the connection form, so there is nothing to install and no demo database to go find.I am the author.