Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  Using MySQL as a Document Store  /  Interfaces to a MySQL Document Store

22.1 MySQL 文档存储接口

要使用 MySQL 作为文档存储,您需要使用专门的组件和支持与 MySQL 服务器通信的客户端,以开发基于文档的应用程序。

  • 以下 MySQL 产品支持 X 协议,并启用您在所选语言中使用 X DevAPI 开发与 MySQL 服务器作为文档存储通信的应用程序:

    • MySQL Shell(提供 JavaScript 和 Python 中的 X DevAPI 实现)

    • Connector/C++

    • Connector/J

    • Connector/Node.js

    • Connector/NET

    • Connector/Python

  • MySQL Shell 是一个交互式接口,支持 JavaScript、Python 或 SQL 模式的 MySQL。您可以使用 MySQL Shell 原型应用程序、执行查询和更新数据。安装 MySQL Shell 提供了下载和安装 MySQL Shell 的说明。

  • 本章中的快速入门指南(教程)将帮助您使用 MySQL Shell 与 MySQL 作为文档存储开始。

    JavaScript 快速入门指南在这里:第 22.3 节,“JavaScript 快速入门指南:MySQL Shell for Document Store”

    Python 快速入门指南在这里:第 22.4 节,“Python 快速入门指南:MySQL Shell for Document Store”

  • 《MySQL Shell 用户指南》在 MySQL Shell 8.2 中提供了关于配置和使用 MySQL Shell 的详细信息。