1、Navicat Premium【大而全,商业软件】
Navicat Premium 是一套数据库开发工具,让你从单一应用程序中同时连接 MySQL、MariaDB、MongoDB、SQL Server、Oracle、PostgreSQL 和 SQLite 数据库。
http://www.navicat.com.cn/products/navicat-premium/
2、SQLite Expert Professional【界面精美,商业软件】
3、SQLiteStudio【开源,轻量级,推荐】
基于Qt, 开源,主界面支持少部分中文
https://github.com/pawelsalawa/sqlitestudio
4、DB Browser for SQLite【开源】
SQLiteBrowser基于Qt, 开源,主界面支持中文
https://github.com/sqlitebrowser/sqlitebrowser
5、dbeaver
Free universal database tool and SQL client
https://github.com/dbeaver/dbeaver
6、DbGate
Database manager for MySQL, PostgreSQL, SQL Server and MongoDB. Runs under Windows, Linux, Mac or as web application
https://github.com/dbgate/dbgate
x、注意事项:
(1)如果想自行编译SQLiteStudio或者SQLiteBrowser的源码,必须要自己准备好以下文件:
sqlite3.dll
sqlite3.lib
sqlite3.h
如何准备?详情见我的另一篇博文:
https://libaineu2004.blog.csdn.net/article/details/108767786
(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
---
参考文献
https://www.sqlite.org/index.html
https://www.runoob.com/sqlite/sqlite-tutorial.html