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 fetch
es 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.