1、Navicat Premium【商业软件,大而全】
Navicat Premium 是一套数据库开发工具,让你从单一应用程序中同时连接 MySQL、MariaDB、MongoDB、SQL Server、Oracle、PostgreSQL 和 SQLite 数据库。
Navicat Premium | 以单一的 GUI 同时连接不同类型的数据库
http://www.navicat.com.cn/products/navicat-premium/
2、SQLite Expert Professional【商业软件,界面精美,仅SQLite】
SQLite administration | SQLite Expert
http://www.sqliteexpert.com/
3、SQLiteStudio【开源,轻量级,仅SQLite,推荐】
基于Qt, 开源,主界面支持少部分中文
SQLiteStudio
https://sqlitestudio.pl/
https://github.com/pawelsalawa/sqlitestudio
https://github.com/pawelsalawa/sqlitestudio
4、DB Browser for SQLite【开源,仅SQLite】
SQLiteBrowser基于Qt, 开源,主界面支持中文
https://github.com/sqlitebrowser/sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
5、sqliteviz【开源,仅SQLite】
sqliteviz
https://lana-k.github.io/sqliteviz/#/
https://github.com/lana-k/sqliteviz
https://github.com/lana-k/sqliteviz
6、DbGate【开源,大而全】
Database manager for MySQL, PostgreSQL, SQL Server and MongoDB. Runs under Windows, Linux, Mac or as web application
DbGate | Open Source (no)SQL Database Client
https://dbgate.org/
https://github.com/dbgate/dbgate
https://github.com/dbgate/dbgate
7、dbeaver【开源,大而全】
Free universal database tool and SQL client
DBeaver 是一个基于 Java 开发,免费开源的通用数据库管理和开发工具,可以运行在各种操作系统(包括 Windows、Linux、macOS 等)上。就像 Navicat 一样,DBeaver 也支持多种不同类型的数据库。
DBeaver Community | Free Universal Database Tool
https://dbeaver.io/
DBeaver PRO | One tool for all data sources
Use advanced features of DBeaver PRO to explore, process, and administrate all possible SQL, NoSQL, and cloud data sources.
https://dbeaver.com/
https://github.com/dbeaver/dbeaver
https://github.com/dbeaver/dbeaver
8、Beekeeper Studio【开源,大而全】
A modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL Server, and more.
Beekeeper Studio 是一个跨平台的 SQL 编辑器和数据库管理器,可用于 Linux、Mac 和 Windows。
https://www.beekeeperstudio.io/
https://github.com/beekeeper-studio
https://gitee.com/mirrors/beekeeper-studio
9、HeidiSQL
HeidiSQL是一个免费软件,它的目标是易于学习。“海蒂”可以让您查看和编辑来自运行MariaDB、MySQL、Microsoft SQL、PostgreSQL和SQLite数据库系统之一的计算机的数据和结构。HeidiSQL是由Ansgar在2002年发明的,属于MariaDB和MySQL世界上最流行的工具。
HeidiSQL - MariaDB, MySQL, MSSQL, PostgreSQL and SQLite made easy
HeidiSQL is a free and powerful client for MariaDB, MySQL, Microsoft SQL Server, PostgreSQL and SQLite
https://www.heidisql.com/
10、Datagrip【商业软件,大而全】
Datagrip 是来自 JetBrains(IntelliJ IDEA、PyCharm 等的制造商)的人们的跨平台集成开发环境 (IDE),您可以在 Mac、Windows 和 Linux 上使用它,同时支持多种数据库。
https://www.jetbrains.com.cn/datagrip/
x、注意事项:
(1)如果想自行编译SQLiteStudio或者SQLiteBrowser的源码,必须要自己准备好以下文件:
sqlite3.dll
sqlite3.lib
sqlite3.h
如何准备?详情见我的另一篇博文:
Windows环境VS2017,如何编译得到SQLite的sqlite3.lib文件?已知dll文件,求lib文件_$firecat全宏的代码足迹$-CSDN博客
(2)SQLiteStudio源码编译
把sqlite3.h拷贝到
D:\tmp-source\qt-hmi\SQL\sqlitestudio-master\SQLiteStudio3\coreSQLiteStudio\db
把sqlite3.lib和把sqlite3.dll拷贝到
D:\tmp-source\qt-hmi\SQL\sqlitestudio-master\output\SQLiteStudio
此外,还需要下载第三方依赖,参见:
https://github.com/pawelsalawa/sqlitestudio/wiki/Instructions_for_compilation_under_Windows
(3)如何选择?
如果您是一名独立分析师,希望通过单个数据库实例进入透明且可重复的工作流中,可以选择 DBeaver、Beekeeper Studio 或 DataGrip。
如果您是大型团队的一员,那么可以选择需要付费的 Navicat,因为 Navicat 更加专注于团队协作。
如果您是一名专注于 Postgres 的 DBA,PgAdmin 是一个绝佳选择。也就是说,对分布式服务器的需求通常只出现在能够处理这种配置的熟练开发人员身上。
---
参考文献
SQLite官网
https://www.sqlite.org/index.html
https://www.runoob.com/sqlite/sqlite-tutorial.html
SQLite同作者开发的Webserver
https://sqlite.org/althttpd/doc/trunk/althttpd.md
————————————————
版权声明:本文为CSDN博主「利白」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/libaineu2004/article/details/81128360