wrapper

A wrapper for DB-API connections, with SQL-API features

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.