/\_/\\
( o.o ) meow meow database explorer ~
> ^ <
A tiny, cute terminal app to explore PostgreSQL databases quickly. (´。• ᵕ •。`)
https://github.com/lunaperegrina/meowdb
- Save multiple PostgreSQL connections and keep one active.
- Add and switch databases with slash commands:
/add,/list,/tables. - Browse tables from the active database in a split-view UI.
- Preview table rows (up to 50 by default) with horizontal/vertical scrolling.
- Navigate with keyboard and mouse wheel/click support.
npm install -g @lunaperegrina/meowdbnpm run devmeowdbThe global package name is @lunaperegrina/meowdb, and the executable command is meowdb.
(=^-ω-^=) happy querying!