[[PageOutline(2-5,Contents,pullout)]] = Perform SQL queries on the Trac database = == Description == The TracSQL plugin adds a "SQL" tab 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). == Source == See http://github.com/mrjbq7/tracsql for more details and the source code, or to report issues or request features. == Configuration == 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. == Example == Some screenshots, showing a few of the features: [[Image(sql-query.png)]] [[Image(sql-schema.png)]] == Recent Changes == [[ChangeLog(tracsqlplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:mrjbq7] [[BR]] '''Maintainer:''' [wiki:mrjbq7] [[BR]] '''Contributors:'''