marigold-dev / gas-station

MIT License
3 stars 1 forks source link

REFACTORING: Migrate SQLAlchemy models to new syntax #30

Open quentin-burg opened 10 months ago

quentin-burg commented 10 months ago

See https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#orm-declarative-models

It's more succinct and it fix the Pylance error with Column type when we want to access to attribute.

aguillon commented 8 months ago

I don't understand this, can you giff an example pls?