Edgewall Software

Changes between Version 5 and Version 6 of TracDev/DatabaseApi


Ignore:
Timestamp:
Apr 26, 2006, 7:55:01 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Fix link to trac.db package

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DatabaseApi

    v5 v6  
    55 ''Note that Trac prior to version 0.9 used the PySQLite APIs directly, and has no support for other database systems. This document describes the thin DB API abstraction layer introduced in version 0.9.''
    66
    7 You can find the specifics of the database API in the [source:/trunk/trac/db.py#latest trac.db] module. This module provides:
     7You can find the specifics of the database API in the [source:/trunk/trac/db/ trac.db] package. This package provides:
    88 * Simple pooling of database connections
    99 * Iterable cursors