Rainfrog – a database management TUI for Postgres
21–30 of 52 posts
Re: Rainfrog – a database management TUI for Postgres
#22Re: Rainfrog – a database management TUI for Postgres
#23Looking forward to trying it, though would be nice if credentials could be specified in a different way than on the command line (whereby they'll get saved into your command line history).
Re: Rainfrog – a database management TUI for Postgres
#24Been seeing lots of cool TUIs built with ratatui. Can anyone offer a comparison between ratatui and Golang https://github.com/charmbracelet/bubbletea ? I've been wanting to get into building a TUI but can't decide which library to pick.
I second this, could some also add C#'s "Spectre.Console" https://github.com/spectreconsole/spectre.console
Re: Rainfrog – a database management TUI for Postgres
#25Looks sleek! But I’m curious, what made you decide that gobang[0] wasn’t cutting it for you? [0] https://github.com/TaKO8Ki/gobang
Re: Rainfrog – a database management TUI for Postgres
#26Earlier quoted context omitted.
Not OP, but I personally put off using a UI for years before finally trying a few and eventually settling on Postico for Mac. I still jump to psql often, but for me it's an accumulation of small quality-of-life improvements: - results are formatted nicely by default; no more doing a first query, getting too many columns so results wrap unreadably, then changing the columns for a second query, and so on - manually edi…
For results formatting, line selection, etc simply installing pspg as your psql pager helps a lot.
Re: Rainfrog – a database management TUI for Postgres
#27What would you say are the key benefits of using this over psql? Is it mainly table metadata and properties? Asking because running queries, history, formatting of results etc. can be achieved by configuring psqlrc.
another one is a more comfortable editing experience for queries
Re: Rainfrog – a database management TUI for Postgres
#28Nice work! Would be cool to have a plugin system that could allow for interfacing with other DBs like sqlite etc.
Re: Rainfrog – a database management TUI for Postgres
#29https://github.com/achristmascarl/rainfrog/blob/main/src/app...
Re: Rainfrog – a database management TUI for Postgres
#30Looking forward to trying it, though would be nice if credentials could be specified in a different way than on the command line (whereby they'll get saved into your command line history).