https://github.com/lunarianss/django-orm
针对于 Django ORM 进行训练的仓库
https://github.com/lunarianss/django-orm
djang django orm
Last synced: about 2 months ago
JSON representation
针对于 Django ORM 进行训练的仓库
- Host: GitHub
- URL: https://github.com/lunarianss/django-orm
- Owner: lunarianss
- Created: 2023-05-01T09:32:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T09:40:56.000Z (about 2 years ago)
- Last Synced: 2025-01-29T00:53:15.336Z (4 months ago)
- Topics: djang, django, orm
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 介绍
针对于 Django ORM 进行训练的仓库
## 练习
- 查询
- 基本查询
- 进阶查询
- 模糊查询
- 条件查询
- 分组查询
- 关联查询
- join 查询- 删除
- 修改
- 更新