I use sqlalchemy for Python. (It's an ORM)
I have not used raw SQL, ever.
Haven't used anything else (Little bit of maria DB)
Before, I was storing in flat files...
I use sqlalchemy for Python. (It's an ORM)
I have not used raw SQL, ever.
Haven't used anything else (Little bit of maria DB)
Before, I was storing in flat files...
I don't think I like sqlalchemy, it looks even more complex than sql (not that I like SQL).
Posted via D.Buzz
I figured, I'd create functions like find_first() and stuff anyways, so I might as well just use a finished thing.