Hacker News new | ask | show | jobs
by jgalt212 524 days ago
> less pleasure to integrate with existing databases

Why even do that? Our app integrates with multiple databases and the Django ORM only knows about one of them. For the rest, we use plain SQL.