Python DB API - commit() v. execute("commit transaction")?

Jon Ribbens jon+usenet at unequivocal.eu
Thu Jun 1 06:12:31 EDT 2017


On 2017-06-01, Gregory Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Is there any serious work being done on a DB API 3.0?
> If there is, I'd be interested in helping with the design.

There are a bunch of existing APIs in other languages that can easily
be copied ;-) The good news is of course that since the DB-API
'Connection' class has so few existing methods, adding new ones while
maintaining backwards-compatibility should be easy.



More information about the Python-list mailing list