Glossary coding Term Page

ORM

Bridges Python objects and DB tables so you can do CRUD without hand-written SQL

object-relational-mapper #coding#fastapi
Korean version

Aliases

Object Relational Mapper

Related Concepts

Core Idea

ORM is Bridges Python objects and DB tables so you can do CRUD without hand-written SQL. It usually makes the most sense alongside SQLModel, SQLite, Session.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept