|
|
|
|
|
by mbell
4602 days ago
|
|
It's hard to imagine using an ORM for anything high volume that just got around to adding (still very limited) connection pooling. I'd tend to think anyone overly concerned with performance would use SQLAlchemy, if they use any ORM at all. |
|
Or they did connection pooling outside the development framework.