Re: Nested transactions support for code composability

From: Reuben Rissler <silrep(at)emypeople(dot)net>
To: psycopg(at)lists(dot)postgresql(dot)org
Subject: Re: Nested transactions support for code composability
Date: 2020-02-15 18:24:19
Message-ID: 36003642-bd79-1d5a-ef2f-9d921acd299f@emypeople.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 02/15/2020 11:55 AM, Daniel Fortunov wrote:
>
>
> For details on the library, see the README at
> https://github.com/asqui/psycopg-nestedtransactions
>
> Do people think this is worthy of inclusion in psycopg2.extras (or
> elsewhere in psycopg2?)
This is interesting, to say the least. I use psycopg2 a lot, but I never
got around to researching psycopg2 for this type of action. I can't help
you out on how to get this into psycopg2 officially, and I don't even
know if / when I'll use it, but it is nice to know I'm not the only one
who has thought in patterns like this.

Reuben
>
> Thanks in advance,
> Daniel Fortunov

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniel Fortunov 2020-02-15 19:38:32 Nested transactions support for code composability
Previous Message Daniel Fortunov 2020-02-15 16:55:49 Re: Nested transactions support for code composability