Build A CRUD REST API With Litestar SQLAlchemy Models & Repositories | Build APIs with Litestar #4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyrinNew
    Senior Member
    • Feb 2024
    • 5175

    #1

    Build A CRUD REST API With Litestar SQLAlchemy Models & Repositories | Build APIs with Litestar #4

    In this video, we’re building a simple REST API using Litestar’s built-in SQLAlchemy support. Litestar gives you powerful, ready-to-use repositories that handle full CRUD operations for your models so you barely have to write any database code yourself!


    You will learn how to:
    • Define SQLAlchemy repositories from your database models
    • provide the repositories as dependencies using Litestar's dependency injection system
    • Use your repositories to implement CRUD on your data









    More...
Working...