Edgewall Software

Changes between Version 45 and Version 46 of DatabaseBackend


Ignore:
Timestamp:
Mar 1, 2015, 12:02:24 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

The ​th:SqlAlchemyQueryMacro is just for running database queries from the wiki. The topic of this page is generic database backends for Trac.

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v45 v46  
    8787
    8888An ORM could be used to provide a unified object interface to different RDBMS:
    89  * [http://www.sqlalchemy.org/ SQLAlchemy] has its own plugin th:SqlAlchemyQueryMacro.
    9089 * [http://modeling.sourceforge.net/ Modeling], which is another, more advanced OR-Mapper.
    9190 * [http://adodb.sourceforge.net ADODB], the fast database abstraction layer with a version available for Python.
     91 * [http://www.sqlalchemy.org/ SQLAlchemy] is also quite advanced.
    9292 * some people have been talking about using [http://sqlobject.org SQLObject] to accomplish this goal of database independence.
    9393