- Classes in models describe tables in database - Classes in schemas desribe pydantic models to read from the API. - database provides a connection and sessions to the database. - crud exposes the interface to the database, i.e. actions we can take from the application onto the database Signed-off-by: HeshamTB <hishaminv@gmail.com>  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| crud.py | ||
| database.py | ||
| main.py | ||
| models.py | ||
| schemas.py | ||