A Guide to Creating DRY Database Models with Timestamps and Base Models.
Stop repeating id and timestamp fields in your SQLModel models. Learn to use mixins and a base model to write cleaner, more maintainable code for your FastAPI application.
A practical guide to building CRUD APIs with FastAPI and SQLModel.
Learn to connect FastAPI to SQL databases using SQLModel. This guide covers creating models, managing sessions, and building a complete CRUD API with practical examples.