Django ORM explained: selected_related and prefetch_related
Working with the Django ORM provides ways to query data from the database without writing SQL statements. However, using an ORM instead of SQL statements definitely results in performance drops but for most CRUD applications, it's insignificant until...
koladev.hashnode.dev3 min read