Re: Adding Support for DB Views

2022-02-23 Thread Vasanth Mohan
gt; Behalf Of *Vasanth Mohan > *Sent:* Monday, February 21, 2022 8:21 AM > *To:* Django developers (Contributions to Django itself) < > django-d...@googlegroups.com> > *Subject:* Adding Support for DB Views > > > > Are there any plans to support DB Views ? Would the

RE: Adding Support for DB Views

2022-02-22 Thread Albert
nt is in order these days.   From: django-developers@googlegroups.com <django-developers@googlegroups.com> On Behalf Of Vasanth Mohan Sent: Monday, February 21, 2022 8:21 AM To: Django developers (Contributions to Django itself) <django-developers@googlegroups.com> Subject: Adding Sup

RE: Adding Support for DB Views

2022-02-21 Thread Matthew Pava
, February 21, 2022 8:21 AM To: Django developers (Contributions to Django itself) Subject: Adding Support for DB Views 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&#

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