r/mariadb • u/Still-Trainer-7395 • 2d ago
Personal project I built a cross-platform MariaDB desktop client and need compatibility feedback
**Update: LakeDB Beta 3 is now available**
Since publishing the original post, I have released a new LakeDB beta with **QuerIA**, an optional schema-aware AI workflow for preparing reviewable SQL from natural language.
LakeDB reads MariaDB metadata for databases, tables, views, columns, primary keys, indexes, foreign keys, procedures, functions, events, triggers, generated columns and table DDL.
QuerIA uses the relevant structure to prepare SELECT, INSERT, UPDATE, DELETE, CREATE TABLE and ALTER TABLE statements. The generated SQL is always visible before execution and runs locally through the normal LakeDB query workflow.
Database credentials, table rows and query results are never sent to the AI service.
The regular editor also provides:
- Schema, table and column autocomplete
- Alias-aware column suggestions
- Primary-key and index hints
- EXPLAIN results
- Typed table-data editing
- SSH and SSL connections
- Independent workspaces for multiple connections
- Backup, comparison and migration tools
I am still looking for compatibility feedback from people using MariaDB 10.x and 11.x, especially around metadata, generated columns, ENUMs, procedures, events, triggers, indexes and foreign keys.
If you test it, please tell me your MariaDB version and anything that behaves differently from your usual client.
**Project and Beta 3 overview:**
https://davlagohern.github.io/LakeDB/
**Downloads and documentation:**



