If you are working a lot with databases, and would like to automate some of the workflow in python, I'd highly recommend Pony ORM, which really feels like LINQ for python, and feels very close to the original SQL.
Pony is the LAST product I’d ever recommend to anyone, ever. It’s probably the worst open source software I’ve ever used. That being said, thanks to Pony I was called in to fix a shitshow and it likely earned me an additional 25% in consulting fees... so maybe I do like it in that regard. But in all seriousness, stay far away.
The alternative - SA is really overkill for most things.