I built a terminal SQL IDE that connects to PostgreSQL, MySQL, SQLite, and DuckDB. It's a single Go binary with no dependencies – just download and run.
Has schema browser, autocomplete, syntax highlighting, vim keybindings, and streaming results so it doesn't eat your RAM on big queries.
I was using pgcli and switching to mycli for MySQL and it annoyed me. Wanted one tool for everything that I can just scp to a server.
I built a terminal SQL IDE that connects to PostgreSQL, MySQL, SQLite, and DuckDB. It's a single Go binary with no dependencies – just download and run. Has schema browser, autocomplete, syntax highlighting, vim keybindings, and streaming results so it doesn't eat your RAM on big queries. I was using pgcli and switching to mycli for MySQL and it annoyed me. Wanted one tool for everything that I can just scp to a server.