2 pointsby sadopc4 hours ago1 comment
  • sadopc4 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.