📜  什么是 django orm - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:04.282000             🧑  作者: Mango

代码示例2
Django ORM provides an elegant and powerful way to interact with the database. ORM stands for Object Relational Mapper. It is just a fancy word describing how to access the data stored in the database in Object Oriented fashion.