wrapper
A wrapper for DB-API connections, with SQL-API features
The wrapper module is accessible via the sqlapi.connect module.
To-do:
- Coerce input types, for a 'universal' implementation of Date, Time, Binary, etc
- Wrap cursor.description with an object interface (with tuple-like behavior, like os.stat() does)
- Pass through other methods to cursors and elsewhere?
Classes
C ConnectionWrapper(...) ...
This class contains 15 members.
See the source for more information.