squite 0.1.1

A UI for SQLite databases, written in Rust
squite-0.1.1 is not a library.

SqUIte (pronounced like SQLite but without the 'L') is a small desktop application built to be a quick and dirty UI to visualize SQLite data.

It is built on top of rusqlite and egui.

Installation And Usage

Install with Cargo:

cargo install squite

In the near future, there will be a website where you will be able to download pre-compiled application binaries!

You can then run with:

squite

The command will open a window like this:

Initial Window

And you can then SQL queries on file-based SQLite databases, an obtain a table of results:

Window with Results

There is one limitation: you can only run SELECT statements. This limitation might be lifted with new releases.

Contributing

Take a look at the contributing guidelines to get started with your first contribution!

License

This project is provided under MIT license.