trac-wikitablemacro

SQL Table in Wiki Page for Trac
  http://trac-hacks.org/wiki/WikiTableMacro
  0
  no reviews



Simple macro that enables you to place tables resulting from SQL queries into a wiki page.

It is similar to, but simpler than, SqlQueryMacro or SqlAlchemyQueryMacro. The main differences are that it has fewer dependencies and always queries the Trac database, rather than requiring you to set up a separate database connection.