Skip to content

Commit

Permalink
develop: update python guide (#14987) (#14989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 7, 2023
1 parent 70128f8 commit 72310b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion develop/dev-guide-choose-driver-or-orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ go get -u gorm.io/driver/mysql

支持等级:**Full**

[Django](https://docs.djangoproject.com/) 是一个流行的 Python 的开发框架,你可以使用 `pip install Django==3.2.16 django-tidb>=3.0.0` 获取你的应用程序的所有依赖项。建议使用 Django **3.2.16** 及以上版本
[Django](https://docs.djangoproject.com/) 是一个流行的 Python Web 开发框架。为解决 TiDB 与 Django 的兼容性问题,PingCAP 开发了一个专门的适配器 `django-tidb`。你可以参考 [`django-tidb` 文档](https://github.com/pingcap/django-tidb#installation-guide)进行安装

使用 Django 构建 TiDB 应用程序的例子,可参阅[使用 Django 连接到 TiDB](/develop/dev-guide-sample-application-python-django.md)

Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-sqlalchemy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 使用 SQLAlchemy 连接到 TiDB
summary: 了解如何使用 SQLAlchemy 连接到 TiDB。本文提供了使用 SQLAlchemy 与 TiDB 交互的 Python 示例代码片段。
---

# 使用 PyMySQL 连接到 TiDB
# 使用 SQLAlchemy 连接到 TiDB

TiDB 是一个兼容 MySQL 的数据库。[SQLAlchemy](https://www.sqlalchemy.org/) 为当前流行的开源 Python ORM (Object Relational Mapper) 之一。

Expand Down

0 comments on commit 72310b7

Please sign in to comment.