Comment by achristmascarl
4 days ago
i've been working on a database management tui called rainfrog (https://github.com/achristmascarl/rainfrog). it supports postgres, mysql, and sqlite, and we recently added several new features such as: - favorites tab for frequently used queries - exporting query results to csv - configuring database connections in the config
feature requests and bug reports are appreciated!
How is rainfrog different from harlequin[0]
[0] https://github.com/tconbeer/harlequin
i haven't used harlequin extensively, but from what i know:
- rainfrog is more keyboard centric, and it's built around vim-like keybindings
- rainfrog has minimal requirements to run (harlequin requires python)
- harlequin supports a lot more DBs and has a lot more drivers right now