kvesteri / sqlalchemy-defaults

Smart SQLAlchemy defaults for lazy guys, like me.
Other
16 stars 7 forks source link

Use mutable classes by default #12

Closed tvuotila closed 7 years ago

kvesteri commented 7 years ago

I'm a bit unsure of adding this. Although I see the use cases where this could be useful, this comes with a performance cost. Also it is still very easy to add by hand of a project needs it.

tvuotila commented 7 years ago

I also noticed that this assumes, the column name is same as the attribute name.