Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bbkane
5 months ago
|
parent
|
context
|
favorite
| on:
Django: One ORM to rule all databases
I don't think it's unreasonable that devs should have to learn about database details to correctly use a database.
Could you list some specific examples where things broke because of SQLAlchemy's design?
izacus
5 months ago
[–]
Managing connections, connection looking and transactions was something that was always an issue with SQLalchemy for us. Migrations were significantly more terrible as well.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Could you list some specific examples where things broke because of SQLAlchemy's design?