[[PageOutline(2-5,Contents,pullout)]] = Execute an SQL query == Description Execute an SQL Query against a configured database displaying a formatted table of results. == !Bugs/Feature Requests Existing bugs and feature requests for SqlAlchemyQueryMacro are [report:9?COMPONENT=SqlAlchemyQueryMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SqlAlchemyQueryMacro new ticket]. == Download Download the zipped source from [export:sqlalchemyquerymacro here]. == Source You can check out SqlAlchemyQueryMacro from [http://trac-hacks.org/svn/sqlalchemyquerymacro here] using Subversion, or [source:sqlalchemyquerymacro browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. his macro requires the python-sqlalchemy ​library and makes use of its db and table modules. Please install python-sqlalchemy first. To install the macro: {{{ tar -zxvf SqlAlchemyQuery.tar.gz cd SqlAlchemyQuery ./install_sqlalchemyquery.bash }}} To enable: {{{ [components] sqlalchemyquery.* = enabled }}} == Recent Changes [[ChangeLog(sqlalchemyquerymacro, 3)]] == !Author/Contributors **Author:** [wiki:fvdberg] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**