Plugins#

Litestar has a plugin system that allows you to extend the functionality of the application. Plugins are passed to the application at startup and can pre-configure the application to manage resources, add routes, and more.

A suite of plugins is available in contrib.sqlalchemy.plugins to support using Litestar with SQLAlchemy, these include:

Each of the plugins is discussed in detail in the following sections.