|
|
|
|
|
by smitty1e
1786 days ago
|
|
One nifty use-case for ORMs is decoupling the logic from the data. I can prototype in Python/SQLAlchemy/SQLite and deploy to Python/SQLalchemy/PostGreSQL via a pipeline with confidence that I'm actually managing the complexity. Cracking open some legacy code with vast swaths of embedded SQL is a source of much weeping and gnashing of teeth when the time comes for maintenance. |
|