Gotermsql

(github.com)

2 points | by sadopc 2 hours ago ago

1 comments

  • sadopc 2 hours ago

    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.