app
Functions:
-
create_app–Return the ASGI application for Labox.
create_app
Return the ASGI application for Labox.
Parameters:
-
(engineAsyncEngine) –An async SQLAlchemy engine to use for database operations.
-
(registryRegistry) –The registry containing storage, serializer, and unpacker configurations.
Returns:
-
Litestar–A configured Litestar application.