Using PostgreSQL Views in Django
Views in PostgreSQL allow you to query against the results of another query. This article is a look at two different types of Postgres views and how to decide when and if you should use them in a Django app.
Views in PostgreSQL allow you to query against the results of another query. This article is a look at two different types of Postgres views and how to decide when and if you should use them in a Django app.