Cascade Delete in SqlAlchemy One-to-Many relationship made without relationships()
In my FastAPI app, I use sqlalchemy. The main goal of the app is that each user is stored in a sqlalchemy table users
and can create different contents (25+ different contents).