Loading video...
Video Failed to Load
🚀 Launched today 2.0 🐘 Modern Postgres Terminal. Fast. Native. Written in Rust. Everything you already had in the shell - now with a native TUI and PgBot built in. → SQL - write queries and inspect results → Data - browse schemas, tables and rows → Branches -... show more
59,171 views • 3 days ago •via X (Twitter)
23 Comments

Great design!

tnx, open for contribution)

what pushed you to native over a tui? curious whether it was rendering speed or just wanting proper mouse support in the terminal.

it's a tui, that was a mock and terminals do mouse fine OSC 22 even gets you a real hand cursor. it needs to run over ssh, so native was never on the table)

You should have lead with no electron! 🎉

yee, and i lead with Rust!

Worth trying:

Amazing

Thanks. 🙏 Some more updates will be soon

The safety model is the product edge here. A DB agent needs a signed query plan, row-limit, mutation gate, explain trace, and rollback handle next to the TUI. Otherwise ask your database becomes let a chatbot discover DELETE.

Actualy looks like fun!

Yes, fan and useful

That looks great

Tnx for feedback

is there an in terminal browser ?

A browser based terminal wouldn’t be secure

would be cool tho

Maybe for test db, or I am not sure about security…

install: curl -fsSL | sh

Yes, the installation process is the same for all versions.

native TUI + PgBot is a nice agent surface — curious if PgBot gets schema/table browse as tools with structured returns, or if it's still chat-over-SQL. structured row previews beat dumping query text into the context window

A native Postgres terminal plus a bot sounds useful for inspection. I’d keep the mutation boundary very visible, though: read, explain, propose, then explicitly execute. Especially when the result looks plausible but the target rows changed meanwhile.

No Electron!
