Skip to content

Tag: sqlalchemy

SQLAlchemy alternative names for table columns

I know my question must be very simple but I couldn’t find any straight answer to it. I am mapping a table with SQlAlchemy : How to I set up an label for the existing columns above to avoid they current name with spaces? Bonus question : What is the advantage of mapping as as class instead of mapping as