AI-powered desktop SQL client. Cross-platform. Built with Flutter.
771
stars
682
commits
Dart
primary language
Aug 16, 2026
updated
openhare is an AI-powered, cross-platform desktop SQL client with multi-database support, built for everyday development, data analysis, and DBA management workflows.
English | 简体中文
Database drivers are implemented in pkg/db_driver/go_impl and invoked from the Flutter client through Dart FFI.
| Icon | Database | Go driver |
|---|---|---|
| MySQL | go-sql-driver/mysql | |
| PostgreSQL | jackc/pgx | |
| SQL Server | microsoft/go-mssqldb | |
| SQLite | mattn/go-sqlite3 | |
| DuckDB | duckdb/duckdb-go | |
| Oracle | sijms/go-ora | |
| MongoDB | bytebase/gomongo, mongodb/mongo-go-driver | |
| Redis | redis/go-redis |
Note: MongoDB syntax is intended to be mongosh-compatible; for what is actually supported, refer to gomongo.
681 commits
1 commits
Dart
80.7%
C
10.8%
Go
3.5%
C++
1.5%
CMake
1.4%
Python
1.4%
AI-powered desktop SQL client. Cross-platform. Built with Flutter.
771
stars
682
commits
Dart
primary language
Aug 16, 2026
updated
openhare is an AI-powered, cross-platform desktop SQL client with multi-database support, built for everyday development, data analysis, and DBA management workflows.
English | 简体中文
Database drivers are implemented in pkg/db_driver/go_impl and invoked from the Flutter client through Dart FFI.
| Icon | Database | Go driver |
|---|---|---|
| MySQL | go-sql-driver/mysql | |
| PostgreSQL | jackc/pgx | |
| SQL Server | microsoft/go-mssqldb | |
| SQLite | mattn/go-sqlite3 | |
| DuckDB | duckdb/duckdb-go | |
| Oracle | sijms/go-ora | |
| MongoDB | bytebase/gomongo, mongodb/mongo-go-driver | |
| Redis | redis/go-redis |
Note: MongoDB syntax is intended to be mongosh-compatible; for what is actually supported, refer to gomongo.
681 commits
1 commits
Dart
80.7%
C
10.8%
Go
3.5%
C++
1.5%
CMake
1.4%
Python
1.4%