Changes between Version 7 and Version 8 of TracSqlAlchemyBridgeIntegration


Ignore:
Timestamp:
Dec 15, 2015, 3:07:12 PM (8 years ago)
Author:
figaro
Comment:

Removal of superfluous trac tag

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlAlchemyBridgeIntegration

    v7 v8  
    55== Description
    66
    7 This is a bridge for a plugin developer to use [http://www.sqlalchemy.org/ SQLAlchemy] with Trac. SQLAlchemy is a Python SQL toolkit and Object Relational Mapper.
     7This is a bridge for a plugin developer to use [http://www.sqlalchemy.org/ SQLAlchemy] with Trac. SQLAlchemy is a Python SQL toolkit and Object Relational Mapper. SQLAlchemy itself is released under a MIT license.
    88
    99See also: SqlAlchemyQueryMacro
     
    8080
    8181Then to use it in your code (from the plugin I was developing from which this package was born):
    82 {{{
    83 #!python
     82{{{#!python
    8483
    8584#--------8<------- code cut for readability --------8<-------