Open Issues Need Help
View All on GitHubAI Summary: Migrate the FastAPI music streamer's PostgreSQL database from using auto-incrementing integer primary keys to UUIDs. This involves updating SQLAlchemy models, Alembic migrations, Pydantic schemas, and related CRUD operations to use UUIDs as primary keys, enhancing security by preventing ID guessing.
Complexity:
4/5
help wanted question
A backend heavy Music Streamer made with FastAPI + PostgreSQL + SQLAlchemy that allows three user groups (Superusers aka admin, Singers and Listeners) )