SQLAlchemy Repository Tutorial#

In this tutorial, we will walk through the process of modelling simple database relationships, and demonstrate how Litestar’s repository modules can make working with databases a breeze. Lets get started!

Who is this tutorial for?

This tutorial covers Litestar’s SQLAlchemy repository. It assumes an understanding of Litestar’s key concepts, as well as a degree of familiarity with SQLAlchemy.