[[PageOutline(2-5,Contents,pullout)]] = Perform SQL queries on the Trac project database plugin = == Description == The TracSQL project is a plugin for the 'trac' project management tool. A "SQL" tab is added to the trac project. Inside this tab SQL queries can be performed on the project database. This plugin supports Trac installations with SQLite, MySQL, and PostgreSQL database backends (although the queries will need to be written differently according to which SQL database is being used). == Bugs/Feature Requests == Existing bugs and feature requests for TracSqlPlugin are [report:9?COMPONENT=TracSqlPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracSqlPlugin&owner=mrjbq7 new ticket]. == Download == Download the zipped source from [download:tracsqlplugin here]. == Source == You can check out TracSqlPlugin from [http://trac-hacks.org/svn/tracsqlplugin here] using Subversion, or [source:tracsqlplugin browse the source] with Trac. == Example == It is configured in the trac.ini file by enabling and configuring: {{{ [components] tracsql.* = enabled }}} The TRAC_ADMIN permission is used to control access to the query pages. == Recent Changes == [[ChangeLog(tracsqlplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:mrjbq7] [[BR]] '''Maintainer:''' [wiki:mrjbq7] [[BR]] '''Contributors:'''