错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to Django’s ORM

  • Coen de Groot

摘要

This segment introduces the ORM, a key component of Django, what it is for and what it can do. It briefly covers relational databases and describes how the ORM is a link between them and your Python code.