dbkit
latest
  • Overview
  • Tutorial
  • Examples
  • Design philosophy
  • Reference
  • Change history
dbkit
  • Docs »
  • dbkit: taking the pain out of database access in Python
  • Edit on GitHub

dbkit: taking the pain out of database access in Python¶

dbkit is a library that abstracts away at least part of the pain involved in dealing with DB-API 2 compatible database drivers.

  • Overview
    • Introduction
    • Comparison with straight DB-API 2 code
    • Download
    • Requirements
  • Tutorial
    • A simple application
  • Examples
    • counters.py
    • pools.py
  • Design philosophy
  • Reference
    • Contexts
    • Exceptions
    • Transactions
    • Statement execution
    • Stored procedures
    • Result generators
    • Loggers
    • Utilities
    • Connection pools
    • Connection mediators
  • Change history
    • 0.2.5 (2016-04-15)
    • 0.2.4 (2015-11-30)
    • 0.2.3 (2015-11-26)
    • 0.2.2 (2013-04-04)
    • 0.2.0 (2012-10-16)
    • 0.1.4 (2012-10-11)
    • 0.1.2 (2012-09-02)

Indices and tables¶

  • Index
  • Search Page
Next

© Copyright 2012, Keith Gaughan. Revision 0c584c75.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.