I’m building a free MySQL/MariaDB client for Windows, and Beta 4 adds a database-aware SQL AI Agent
Hi everyone! I’m the developer of LakeDB, a free and open-source desktop client for MySQL and MariaDB.
I started building it to make working across development, staging and production databases clearer and safer. It includes:
- Independent connection workspaces
- SQL editor with schema-aware autocomplete
- Table browsing and controlled data editing
- Query history, EXPLAIN and result filtering
- SSH and SSL connections
- Backup, restore, comparison and migration tools
The biggest addition in Beta 4 is QuerIA Agent Mode.
You can describe the result you need, and the agent investigates the available schema before proposing SQL. It can inspect tables, columns, relationships and indexes, then create a reviewable query involving multiple tables or databases.
LakeDB also shows the selected tables, index information and EXPLAIN validation. Nothing is executed automatically: the generated SQL remains visible and editable, and you explicitly decide whether to run it.
LakeDB is available for Windows x64 as an installer or portable executable:
https://davlagohern.github.io/LakeDB/
This is still a public beta and the Windows packages are not code-signed yet, so SmartScreen may display a first-launch warning. Downloads and SHA-256 checksums are published in the official GitHub repository.
I’d really appreciate feedback on the Windows experience, Agent Mode and anything that feels missing from your normal database workflow.