DBee is a terminal-based TUI application written in Go, designed for connecting to MySQL, MariaDB, and PostgreSQL databases. It offers a terminal-base

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-15 20:30:06

DBee is a terminal-based TUI application written in Go, designed for connecting to MySQL, MariaDB, and PostgreSQL databases. It offers a terminal-based interface for browsing database contents and executing SQL queries.

Connections Page - Saved Connections Pane Alt + S : Focus saved connections pane 1 .. Z : Selects saved connection Enter : Apply saved connection

Main Page - Database Objects Pane Alt + W : Focus database objects pane 1 .. Z : Selects a table/view Enter : Browse top 10 table/view rows Ctrl + Space: View table/view structure

Main Page - Query Pane Alt + Q : Focus query pane Alt + Enter : Execute SQL query Ctrl + Shift + V : Paste Ctrl + Z : Undo

Leave a Comment