Re: [DB-SIG] PEP 249 implementation

2018-10-16 Thread M.-A. Lemburg
Hi Tom, there are already a number of standard DB-API compatible modules for Sybase, DB2 and PostgreSQL which you can readily use. Please check the python.org wiki for links: https://wiki.python.org/moin/DatabaseInterfaces Regarding donations to the PSF, please contact p...@python.org for detai

[DB-SIG] PEP 249 implementation

2018-10-15 Thread Cornell, Tom
Hi, I was curious if there were any implementations of PEP 249 Python Database API v2.0 that I can use as a reference. I'd like to try and implement it for the DBMS we use here at work (Sybase, DB2, Postgres). I will happily donate them to PSF, once cleared by my company. TC Tom Cornell,