PyGreSQL icon indicating copy to clipboard operation
PyGreSQL copied to clipboard

Base classic API on DB-API

Open Cito opened this issue 5 years ago • 1 comments

The idea here is to divorce the classic API from the C module and make it a wrapper around the DB-API module. If done carefully then the classic interface can work with any DB-API compliant module.

(copied from Trac ticket 36, created 2010-09-12)

Cito avatar Feb 15 '20 21:02 Cito

The problem here is that the classic API is a mixture of high-level methods and low-level wrapper methods for the pqlib. The approach here would only work for the high-level methods.

Cito avatar Jun 19 '20 21:06 Cito