RE: Adding Support for DB Views

2022-02-21 Thread Matthew Pava
Currently, I just use the migrations to do a RunSQL and then I make a model with the Meta option managed set appropriately. It works for me, but perhaps something a bit more convenient is in order these days. From: django-developers@googlegroups.com On Behalf Of Vasanth Mohan Sent: Monday, Feb

Adding Support for DB Views

2022-02-21 Thread Vasanth Mohan
Are there any plans to support DB Views ? Would the team be interested in mainlining it if there is a PR for it ? I tend to use DB Views on Postgres at my day job and wouldn't mind adding basic support across Django's supported DBs. I'll probably take inspiration from Knex.js