5 ms·
In my opinion, psql is the "perfect" terminal database client. It's fast, has the ability to easily switch between wide and narrow row formats, and has command
by dharbin 2y ago
In my opinion, psql is the "perfect" terminal database client. It's fast, has the ability to easily switch between wide and narrow row formats, and has commands for the things I do frequently.
I have often wanted psql to work with other databases, because the other CLI clients are either bare-bones, or just plain unusable.
- kermatt 2y agohttps://github.com/xo/usql https://github.com/xo/usql has a similar feel to it, with a variety of backends.
- signal11 2y agopsql’s very good, but duckdb’s CLI made me wish psql had some of its features.
- 7bit 2y agoIt works, but faaaaaaar from perfect! Perfect would include a lot more things like auto completion, syntax highlighting etc etc etc