1 unstable release

0.1.0 Jun 27, 2024

#1189 in Database interfaces

MIT license

35KB
473 lines

squealer

Terminal-based database manager in Rust

Aim

This project aims to create a full-featured generic database manager in rust using the Ratatui framework.

I grew frustrated with using PGAdmin and having it crash or freeze on me, and the simple command line psql left much to be desired. This project should eventually allow anyone to manage any database they're using in a powerful TUI interface.

Stretch goals are to have advanced scripting with integrated python notebooks, csv and other ingestion (likely with DuckDB intergration), and maybe a GUI once I find a crate I like.

Dependencies

~50MB
~838K SLoC