Zutto is a database editor that provides a modern interface for viewing your data and performing database tasks.
Database support
- PostgreSQL
- MySQL (WIP)
- SQLite (WIP)
Functionality
- View queried data per table
- Insert new records
- Edit existing records
- Filter rows/columns
Zutto requires the latest version of Rust (1.60 at the time of writing) and a recent version of Node.js (16+).
- Install Node.js dependencies
yarn install
- Install and compile Rust dependencies
cd src-tauri
cargo build
- Run the application locally
yarn tauri dev
OR run the development server only for the frontend
yarn dev
- Compile for production
yarn tauri build
- Solid.js: frontend UI framework
- Windicss: CSS styling
- Iconoir: icons
- Tauri: backend webview runtime
- SQLx: SQL query executer
MIT or Apache 2.0 (see LICENSE file)