home.social

#psycopg3 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #psycopg3, aggregated by home.social.

  1. A draft merge request adding a psycopg3 backend to #Tryton

    foss.heptapod.net/tryton/tryto

    It showed that we need to add a feature to python-sql to support the pyformat paramstyle of the the DB-API

    peps.python.org/pep-0249/#para

    Switching to psycopg3 would allow to use server side binding and thus give some freedom when processing long list of ids (as it's common with Tryton's ORM).

    #python #psycopg3 #postgresql

  2. A draft merge request adding a psycopg3 backend to #Tryton

    foss.heptapod.net/tryton/tryto

    It showed that we need to add a feature to python-sql to support the pyformat paramstyle of the the DB-API

    peps.python.org/pep-0249/#para

    Switching to psycopg3 would allow to use server side binding and thus give some freedom when processing long list of ids (as it's common with Tryton's ORM).

    #python #psycopg3 #postgresql

  3. A draft merge request adding a psycopg3 backend to #Tryton

    foss.heptapod.net/tryton/tryto

    It showed that we need to add a feature to python-sql to support the pyformat paramstyle of the the DB-API

    peps.python.org/pep-0249/#para

    Switching to psycopg3 would allow to use server side binding and thus give some freedom when processing long list of ids (as it's common with Tryton's ORM).

    #python #psycopg3 #postgresql

  4. A draft merge request adding a psycopg3 backend to #Tryton

    foss.heptapod.net/tryton/tryto

    It showed that we need to add a feature to python-sql to support the pyformat paramstyle of the the DB-API

    peps.python.org/pep-0249/#para

    Switching to psycopg3 would allow to use server side binding and thus give some freedom when processing long list of ids (as it's common with Tryton's ORM).

    #python #psycopg3 #postgresql

  5. A draft merge request adding a psycopg3 backend to #Tryton

    foss.heptapod.net/tryton/tryto

    It showed that we need to add a feature to python-sql to support the pyformat paramstyle of the the DB-API

    peps.python.org/pep-0249/#para

    Switching to psycopg3 would allow to use server side binding and thus give some freedom when processing long list of ids (as it's common with Tryton's ORM).

    #python #psycopg3 #postgresql

  6. My next project is the Japanese translation of psycopg3 documentation. 🔌🐘 I expected there's already some past existing work for psycopg2, but couldn't find any, a bit surprisingly.

    Only the home and async pages were finished!

    (Screenshot is locally built from github.com/shuuji3/psycopg/com)

    #psycopg #psycopg3 #translation

  7. My next project is the Japanese translation of psycopg3 documentation. 🔌🐘 I expected there's already some past existing work for psycopg2, but couldn't find any, a bit surprisingly.

    Only the home and async pages were finished!

    (Screenshot is locally built from github.com/shuuji3/psycopg/com)

    #psycopg #psycopg3 #translation

  8. @djangochat @carlton @wsvincent Continuing to talk about Django and PostgreSQL, a Django Chat episode on the recent merge of the Psycopg 3.1+ backend with @felixxm , @apollo13 and @psycopg would be interesting. 🎙️

    As an anticipation we had a great keynote from Daniele Varrazzo at PyCon Italia 2022 @pycon 🇮🇹
    youtu.be/w41jxB37n8M

  9. @djangochat @carlton @wsvincent Continuing to talk about Django and PostgreSQL, a Django Chat episode on the recent merge of the Psycopg 3.1+ backend with @felixxm , @apollo13 and @psycopg would be interesting. 🎙️

    As an anticipation we had a great keynote from Daniele Varrazzo at PyCon Italia 2022 @pycon 🇮🇹
    youtu.be/w41jxB37n8M

    #psycopg #psycopg3 #django #djangochat #python #postgresql #orm

  10. @djangochat @carlton @wsvincent Continuing to talk about Django and PostgreSQL, a Django Chat episode on the recent merge of the Psycopg 3.1+ backend with @felixxm , @apollo13 and @psycopg would be interesting. 🎙️

    As an anticipation we had a great keynote from Daniele Varrazzo at PyCon Italia 2022 @pycon 🇮🇹
    youtu.be/w41jxB37n8M

    #psycopg #psycopg3 #django #djangochat #python #postgresql #orm

  11. @djangochat @carlton @wsvincent Continuing to talk about Django and PostgreSQL, a Django Chat episode on the recent merge of the Psycopg 3.1+ backend with @felixxm , @apollo13 and @psycopg would be interesting. 🎙️

    As an anticipation we had a great keynote from Daniele Varrazzo at PyCon Italia 2022 @pycon 🇮🇹
    youtu.be/w41jxB37n8M

    #psycopg #psycopg3 #django #djangochat #python #postgresql #orm

  12. @djangochat @carlton @wsvincent Continuing to talk about Django and PostgreSQL, a Django Chat episode on the recent merge of the Psycopg 3.1+ backend with @felixxm , @apollo13 and @psycopg would be interesting. 🎙️

    As an anticipation we had a great keynote from Daniele Varrazzo at PyCon Italia 2022 @pycon 🇮🇹
    youtu.be/w41jxB37n8M

    #psycopg #psycopg3 #django #djangochat #python #postgresql #orm

  13. This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉

    I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏

    I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏

    I'm sure that both Django and Psycopg will benefit from this success ✨

    code.djangoproject.com/ticket/

  14. This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉

    I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏

    I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏

    I'm sure that both Django and Psycopg will benefit from this success ✨

    #django #psycopg3 #psycopg

    code.djangoproject.com/ticket/

  15. This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉

    I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏

    I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏

    I'm sure that both Django and Psycopg will benefit from this success ✨

    #django #psycopg3 #psycopg

    code.djangoproject.com/ticket/

  16. This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉

    I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏

    I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏

    I'm sure that both Django and Psycopg will benefit from this success ✨

    #django #psycopg3 #psycopg

    code.djangoproject.com/ticket/

  17. This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉

    I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏

    I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏

    I'm sure that both Django and Psycopg will benefit from this success ✨

    #django #psycopg3 #psycopg

    code.djangoproject.com/ticket/

  18. Django 4.2 supports Psycopg 3 📢 💥 Thanks to Daniele Varrazzo, @apollo13 and Simon Charette for their humongous work 🌟 🌟 🌟

    github.com/django/django/pull/

    #psycopg3 #postgresql :postgresql: #django :django:

  19. Django 4.2 supports Psycopg 3 📢 💥 Thanks to Daniele Varrazzo, @apollo13 and Simon Charette for their humongous work 🌟 🌟 🌟

    github.com/django/django/pull/

    :postgresql: :django:

  20. Django 4.2 supports Psycopg 3 📢 💥 Thanks to Daniele Varrazzo, @apollo13 and Simon Charette for their humongous work 🌟 🌟 🌟

    github.com/django/django/pull/

    #psycopg3 #postgresql :postgresql: #django :django:

  21. Django 4.2 supports Psycopg 3 📢 💥 Thanks to Daniele Varrazzo, @apollo13 and Simon Charette for their humongous work 🌟 🌟 🌟

    github.com/django/django/pull/

    #psycopg3 #postgresql :postgresql: #django :django:

  22. Django 4.2 supports Psycopg 3 📢 💥 Thanks to Daniele Varrazzo, @apollo13 and Simon Charette for their humongous work 🌟 🌟 🌟

    github.com/django/django/pull/

    #psycopg3 #postgresql :postgresql: #django :django:

  23. @Crocmagnon @psycopg has a lot of new features, you can read about them directly in its website 👇
    psycopg.org/

  24. In the @django project a great deal of work is underway to add @psycopg support to the 🐍🐘
    Simon and Florian are doing a great job getting PR merged before 4.2 is released ⚡️
    You too could help by trying to test this in your projects 👇
    github.com/django/django/pull/

  25. In the @django project a great deal of work is underway to add @psycopg support to the #ORM 🐍🐘
    Simon and Florian are doing a great job getting PR merged before #Django 4.2 is released ⚡️
    You too could help by trying to test this #PR in your projects 👇
    github.com/django/django/pull/

    #django #psycopg #psycopg3 #postgresql

  26. In the @django project a great deal of work is underway to add @psycopg support to the #ORM 🐍🐘
    Simon and Florian are doing a great job getting PR merged before #Django 4.2 is released ⚡️
    You too could help by trying to test this #PR in your projects 👇
    github.com/django/django/pull/

    #django #psycopg #psycopg3 #postgresql

  27. In the @django project a great deal of work is underway to add @psycopg support to the #ORM 🐍🐘
    Simon and Florian are doing a great job getting PR merged before #Django 4.2 is released ⚡️
    You too could help by trying to test this #PR in your projects 👇
    github.com/django/django/pull/

    #django #psycopg #psycopg3 #postgresql

  28. In the @django project a great deal of work is underway to add @psycopg support to the #ORM 🐍🐘
    Simon and Florian are doing a great job getting PR merged before #Django 4.2 is released ⚡️
    You too could help by trying to test this #PR in your projects 👇
    github.com/django/django/pull/

    #django #psycopg #psycopg3 #postgresql