rainfrog – a database management tui for postgres
rainfrog – a database tool for the terminal
Videos
rainfrog is a lightweight, terminal-based alternative to pgadmin/dbeaver. it features vim-like keybindings for navigation and query editing, shortcuts to preview rows/columns/indexes, and the ability to quickly traverse tables and schemas.
it's also free and open source, you can check out the github below; bug reports and feature requests are welcome!
https://github.com/achristmascarl/rainfrog
Hi everyone! I'm excited to share that rainfrog now supports querying DuckDB 🐸🤝🦆
rainfrog is a terminal UI (TUI) for querying and managing databases. It originally only supported Postgres, but with help from the community, we now support MySQL, SQLite, Oracle, and DuckDB.
Some of rainfrog's main features are:
-
navigation via vim-like keybindings
-
query editor with keyword highlighting, session history, and favorites
-
quickly copy data, filter tables, and switch between schemas
-
cross-platform (macOS, linux, windows, android via termux)
-
save multiple DB configurations and credentials for quick access
Since DuckDB was just added, it's still considered experimental/unstable, and any help testing it out is much appreciated. If you run into any bugs or have any suggestions, please open a GitHub issue: https://github.com/achristmascarl/rainfrog