ORM

From Jonathan Gardner's Tech Wiki
Jump to: navigation, search

ORM stands for Object Relational Mapping. That means "represent tables and rows with objects in my program." ORMs tend to save a lot of work in terms of managing databases. The good ones don't complicate things.

Python