Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base classic API on DB-API #18

Open
Cito opened this issue Feb 15, 2020 · 1 comment
Open

Base classic API on DB-API #18

Cito opened this issue Feb 15, 2020 · 1 comment
Milestone

Comments

@Cito
Copy link
Member

Cito commented Feb 15, 2020

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 Cito added this to the 6.0 milestone Feb 15, 2020
@Cito
Copy link
Member Author

Cito commented Jun 19, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant