psycopg3 COPY support

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: psycopg3 COPY support
Date: 2020-11-16 11:48:05
Message-ID: CA+mi_8Z5WgeQzrjtCVW20qSq4FJdE4HNC7C0nzxYj_hsdLK6KA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hello,

I have written an article describing the new COPY support available in
psycopg3: it is a big improvement to what is available in psycopg2,
allowing COPY from a stream of Python objects, async operations,
binary copy. You can find it at
https://www.psycopg.org/articles/2020/11/15/psycopg3-copy/

In the next few days I would like to write more about the new main
features of psycopg3 and differences with psycopg2. In the meantime I
am writing down a first draft of the documentation
(https://www.psycopg.org/psycopg3/docs/) and of course the code
that remains to write.

More information about the psycopg3 project is at
https://www.psycopg.org/psycopg3/ Thank you very much!

-- Daniele

Browse psycopg by date

  From Date Subject
Next Message Patrick Starrenburg 2020-11-19 14:53:44 Re: psycopg is the new psycopg3?
Previous Message Daniele Varrazzo 2020-11-13 19:28:51 Re: First psycopg3 docs