Tagged Questions
3
votes
1answer
487 views
Star schema in SQLAlchemy
I have a star-schema architectured database that I want to represent in SQLAlchemy. Now I have the problem on how this can be done in the best possible way. Right now I have a lot of properties with ...