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
Top comments (0)