A modern PostgreSQL database client built with Tauri and Preact.
- Universal SQL execution - Run any SQL query
- Table management - Create, drop, alter tables and columns
- Index management - Create and drop indexes
- User management - Create, drop, and modify users/roles
- Database management - Create and drop databases
- Data operations - View, edit, add, and delete rows
- Advanced tools - Import/export, query builder, data generator, schema comparison
- Multiple panels - Content, structure, info, users, extensions, procedures
- Backend: Rust + Tauri + SQLx
- Frontend: Preact + Vite
- Database: PostgreSQL (pure Rust implementation)
# Install dependencies
bun install
# Run development server
bun tauri dev# Build for production
bun tauri build- Single
execute_sqlfunction handles all database operations - Dedicated Rust functions for complex tools (import/export, query builder)
- Pure Rust implementation - no system dependencies
- Responsive design with horizontal scrolling for wide tables
MIT
