Glossary coding Term Page

SQLite

A lightweight

sqlite #coding#fastapi
Korean version

Related Concepts

Core Idea

SQLite is A lightweight, file-based DB (todo.db) that enables persistence without installing a server. It usually makes the most sense alongside SQLModel, ORM, Session.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept