- add Grid, Pixel, and AddressPixelAssociation ORM models - each Grid belongs to a City an is characterized by the side_length of all the square Pixels contained in it - Pixels aggregate Addresses => many-to-many relationship (that is modeled with SQLAlchemy's Association Pattern to implement a couple of constraints) |
||
|---|---|---|
| .. | ||
| rev_20200806_23_f11cd76d2f45_create_the_database.py | ||
| rev_20210102_18_888e352d7526_add_pixel_grid.py | ||