https://github.com/samurmaykrr/zqlz
THE Editor.
https://github.com/samurmaykrr/zqlz
database database-management editor ide mysql postgresql rust sqlite
Last synced: 27 days ago
JSON representation
THE Editor.
- Host: GitHub
- URL: https://github.com/samurmaykrr/zqlz
- Owner: samurmaykrr
- License: gpl-3.0
- Created: 2026-02-14T18:08:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T16:26:29.000Z (28 days ago)
- Last Synced: 2026-04-02T00:13:13.328Z (27 days ago)
- Topics: database, database-management, editor, ide, mysql, postgresql, rust, sqlite
- Language: Rust
- Homepage: https://zqlz.dev
- Size: 9.87 MB
- Stars: 129
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-gpui - zqlz
README
# ZQLZ
A database IDE built with Rust and GPUI.

## Current Status
**Currently Supported:** SQLite, Postgresql, MySQL and redis (in development)
This is an early-stage project. Only SQLite is fully functional. PostgreSQL and MySQL and redis support is in development.
## Running
### Prerequisites
- Rust 1.75 or later
- macOS 12.0+, Windows, or Linux (macOS remains the primary and most routinely validated platform)
### Development
```bash
cargo run # runs the default feature flags
```
### Release Build
```bash
cargo build --release
./target/release/zqlz-app
```
## License
GPL