MySQL等主流数据库厂商DBMS官方文档地址
介绍各种主流数据库(DBMS)厂商官方文档地址,便于下载参考。
源于今晚在自己仓库看到的一则Issues,便整理了一些。
主要介绍:
- MySQL or MariaDB
- Oracle
- SQL server
- 达梦数据库
- PostgreSQL
- SQLite
tips:图片资源可能被防盗链(寄)了,可以右键属性复制地址在地址栏查看哈。
一 MySQL(MariaDB)官方文档
左侧导航栏有个Download this Manual:MySQL文档下载地址
01 MySQL8.0
- MySQL8.0在线文档
https://dev.mysql.com/doc/refman/8.0/en
- MySQL8.0文档PDF文件下载地址
https://downloads.mysql.com/docs/refman-8.0-en.a4.pdf
02 MySQL5.7
- MySQL5.7在线文档
https://dev.mysql.com/doc/refman/5.7/en/
- MySQL5.7文档PDF文件下载地址
https://downloads.mysql.com/docs/refman-5.7-en.a4.pdf
03 MySQL5.6
- MySQL5.6在线文档
https://dev.mysql.com/doc/refman/5.6/en/
- MySQL5.6文档PDF文件下载地址
https://downloads.mysql.com/docs/refman-5.6-en.a4.pdf
04 MariaDB官方文档地址
- MariaDB官方文档地址
https://mariadb.com/docs/
- MariaDB reference
https://mariadb.com/docs/reference
二 Oracle官方文档
01 Oracle11g
- 文档首页(分类)
https://docs.oracle.com/cd/E11882_01/index.htm
- 文档列表(主要下载reference)
https://docs.oracle.com/cd/E11882_01/nav/portal_booklist.htm
02 Oracle19c
- 文档首页(分类)
https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html
- 文档列表
https://docs.oracle.com/en/database/oracle/oracle-database/19/books.html
三 SQL Server官方文档
SQL server有三个版本:
付费版,商(企)业版。
Developer:Developer开发版,是一个全功能免费版本,许可在非生产环境下用作开发和测试数据库。
Express:Express 是 SQL Server 的一个免费版本,非常适合用于桌面、Web 和小型服务器应用程序的开发和生产。
tips:将en-us换成zh-cn即可看到中文文档
SQL server文档首页
https://docs.microsoft.com/en-us/sql/?view=sql-server-ver15
SQL server历史版本文档
https://docs.microsoft.com/en-us/previous-versions/sql/
四 达梦数据库官方文档
下载数据库和docs需要注册登录。
安装达梦数据库后,在doc目录下存放着非常全面的最新版数据库文档。
- DM8数据库
https://www.dameng.com/view_61.html
- DM8产品手册地址
https://eco.dameng.com/docs/zh-cn/pm/index.html?source_url=https://www.dameng.com/list_103.html
五 PostgreSQL官方文档
PostgreSQL进入文档默认显示有10、11、12、13、14这五个版本。
其余历史版本找一下Manual archive。
- PostgreSQL文档地址
https://www.postgresql.org/docs/
- 最新版本14的PDF下载地址
https://www.postgresql.org/files/documentation/pdf/14/postgresql-14-A4.pdf
- books地址
https://www.postgresql.org/docs/books/
六 SQLite官方文档
- SQLite官方文档地址
https://www.sqlite.org/docs.html
- SQLite文档列表
https://www.sqlite.org/doclist.html
- 数据库下载地址
https://www.sqlite.org/docs.html