将 Django ORM 与 Cloud Spanner 搭配使用
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Django ORM 是 Django Web 框架的强大独立组件,可将 Python 对象映射到关系型数据。它为底层数据库提供 Python 接口,并包含用于自动生成架构更改以及管理架构版本历史记录的工具。
django-google-spanner 软件包是将 Cloud Spanner 与 Django ORM 搭配使用的第三方数据库后端,由 Cloud Spanner Python 客户端库提供支持。
通过这种集成,Django 应用可以大规模地利用 Cloud Spanner 的高可用性和一致性。
安装、配置和使用
如需了解如何安装和配置环境,请参阅 django-google-spanner 文档。
后续步骤
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-06-28。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"很难理解"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"信息或示例代码不正确"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"没有我需要的信息/示例"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]