Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.19 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.19 KB

adotypes

This is a package aiming to comply with Python DBAPI2.0, implemented with ADO COM objects as the backend using comtypes.

This package is still a prototype. Only the essential methods such as connect, .close, commit, rollback, cursor, execute and fetches are currently implemented.

Calling methods that have not yet been implemented in Connection or Cursor will raise a NotImplementedError.

The error types may not be appropriate, and the type objects are insufficient.

If there are contributors who can help resolve the mentioned issues, we gladly welcome them.