Posts tagged with "orm"
There are a total of 14 posts.
Published 四月 15, 2025 by whitedec
模型選擇定義的演變 : TextChoices 類別的說明
本文比較了 Django 模型中定義選擇的傳統方式與 `TextChoices` 類別,並介紹了提高代碼可維護性和重用性的方法。
Published 二月 01, 2025 by whitedec
Django中的「延遲評估(Lazy Evaluation)」是什麼?
了解Django的延遲評估(一種Lazy Evaluation)概念,並通過與QuerySet的立即評估(Eager Evaluation)進行比較來學習性能優化。