SQLite Studio
SQLite database explorer
How To Run It
Nix
If you are using Nix, to build it from source.
nix shell github:frectonz/sqlite-studio sqlite-studio
Pre-Built Binaries
You can find pre-built binaries for the following targets on the releases page.
Linux sqlite-studio_<release>_x86_64-unknown-linux-musl.zip
Windows sqlite-studio_<release>_x86_64-pc-windows-gnu.zip
MacOS x86 sqlite-studio_<release>_x86_64-apple-darwin.zip
After downloading the ZIP archive, you can extract it and get the binary.
Contributing
Before executing cargo run you need to build the UI because the rust app statically embedded the UI files in the binary.