when I was expanding a new interface for the company"s existing project, I found such an embarrassing thing:
- the database cannot be modified because it is an online project (decided by the boss);
- and the constraints between databases are in the form of soft foreign keys (globally unique ID controls the whole game)
- how should I choose between Django and Flask for restful api?
- as the title