Django backend for Psycopg 3

2021-08-03 Thread Daniele Varrazzo
Hello, I have maintained psycopg2 in the last >10 years and in the last year I have been developing a new adapter, Psycopg 3, using the experience made so far in the area of connecting Python to PostgreSQL. https://www.psycopg.org/psycopg3/ https://www.psycopg.org/psycopg3/docs/ One of the go

Re: Django backend for Psycopg 3

2021-08-03 Thread Samuel Smith
I can't speak for the Django project or Foundation, but would like to thank you for all of your work on this project! -- Sam On 8/3/21 7:01 AM, Daniele Varrazzo wrote: Hello, I have maintained psycopg2 in the last >10 years and in the last year I have been developing a new adapter, Psycopg

Re: Django backend for Psycopg 3

2021-08-03 Thread Markus Holtermann
Hi Daniele, wow, these are wonderful news! Thank you for all your time on psycopg2 and now 3! >From where I'm standing, I agree, having the psycopg3 Django backend as an >external package for now sounds good. It's much easier to keep updated and >maintained, without having to go through all of

Re: Use Model Objects as Fields in Another Model

2021-08-03 Thread rcdo...@gmail.com
i think this concerns Foreign key, and database relationships On Tuesday, August 3, 2021 at 4:26:42 AM UTC+8 forest@gmail.com wrote: > Hi, > > I would like to use the objects from a model as fields in another model. > ie. I have a model for items on a food menu, and I have another model for

Re: Django backend for Psycopg 3

2021-08-03 Thread Chew Kok Hoor
Thanks and Great work, Daniele Varrazzo! And thanks to Django maintainers, and other related open-source projects. You all make this world a better place! Regards, Kok Hoor On Wed, Aug 4, 2021 at 1:24 AM Markus Holtermann wrote: > Hi Daniele, > > wow, these are wonderful news! Thank you fo