|
|
|
|
|
by kstrauser
98 days ago
|
|
> Lol I never knew django orm is faster than SQLAlchemy. I don’t believe that for a second. Both are wonderful projects, but raw performance was never one of Django ORM’s selling points. I think its real advantage is making it easy to model new projects and make efficient CRUD calls on those tables. Alchemy’s strong point is “here’s an existing database; let users who grok DB theory query it as efficiently and ergonomically as possible.” |
|