# openhare **Repository Path**: sjjian/openhare ## Basic Information - **Project Name**: openhare - **Description**: openhare 是一款 AI 驱动的跨平台桌面 SQL 客户端,支持多数据库连接,适用于日常开发、数据分析与 DBA 管理等工作场景 - **Primary Language**: Dart - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://sjjian.github.io/openhare/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-07-28 - **Last Updated**: 2026-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: SQL, client, Query, MySQL, Postgresql ## README
English | 简体中文
## 支持 1. [如何安装和更新应用程序](https://github.com/sjjian/openhare/discussions/75) ## 核心特性 - **轻量原生**:下载即用、安装便捷,无 WebView、无内嵌浏览器;基于 Flutter 原生桌面 UI,内存占用低。 - **AI 智能辅助**:内置 AI 帮助你编写、优化并理解 SQL;高危语句执行前会征求确认,保障数据安全。 - **多数据库支持**:支持 MySQL、PostgreSQL、SQL Server、SQLite、Oracle、MongoDB、Redis 等。 - **跨平台支持**:在 Windows、macOS 和 Linux 上提供原生体验。 - **完全开源**:基于 [Apache License 2.0](./LICENSE) 开源,透明且社区驱动。 ## 数据库 数据库驱动均在 [`pkg/db_driver/go_impl`](./pkg/db_driver/go_impl) 中实现,并由 Flutter 客户端通过 Dart FFI 调用。 | 图标 | 数据库 | Go 驱动 | | --- | --- | --- | |