I'd like to ask how everyone quickly accesses the many PostgreSQL instances deployed in Kubernetes. If you use development tools like DataGrip, you have to go through a rather complex configuration process. But if you're frequently using these instances, such tools can still be quite convenient.
So, I tried vibe-coding a project p6s that mimics the way k9s works—allowing quick access to PostgreSQL instances via a TUI (terminal user interface). It also comes with some basic built-in queries, such as active connection count and table storage information for databases.
Right now, it’s still quite basic. I’d like to expand it to support more database types—such as MySQL, ClickHouse, and others—directly. I’d really appreciate any suggestions or ideas you might have!
xiangyufan723•2h ago
So, I tried vibe-coding a project p6s that mimics the way k9s works—allowing quick access to PostgreSQL instances via a TUI (terminal user interface). It also comes with some basic built-in queries, such as active connection count and table storage information for databases.
Right now, it’s still quite basic. I’d like to expand it to support more database types—such as MySQL, ClickHouse, and others—directly. I’d really appreciate any suggestions or ideas you might have!