欢迎光临
我们一直在努力

数据库管理工具

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 administration | SQLite Experthttp://www.sqliteexpert.com/

3、SQLiteStudio【开源,轻量级,推荐】

基于Qt, 开源,主界面支持少部分中文

SQLiteStudiohttps://sqlitestudio.pl/

https://github.com/pawelsalawa/sqlitestudiohttps://github.com/pawelsalawa/sqlitestudio

4、DB Browser for SQLite【开源】

SQLiteBrowser基于Qt, 开源,主界面支持中文

https://github.com/sqlitebrowser/sqlitebrowserhttps://github.com/sqlitebrowser/sqlitebrowser

5、dbeaver

Free universal database tool and SQL client

DBeaver Community | Free Universal Database Toolhttps://dbeaver.io/

https://github.com/dbeaver/dbeaverhttps://github.com/dbeaver/dbeaver

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 Clienthttps://dbgate.org/

https://github.com/dbgate/dbgatehttps://github.com/dbgate/dbgate

7、sqliteviz

sqlitevizhttps://lana-k.github.io/sqliteviz/#/

https://github.com/lana-k/sqlitevizhttps://github.com/lana-k/sqliteviz

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

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

参考文献

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

赞(0)
分享到: 更多 (0)

评论 抢沙发

评论前必须登录!