wiki:TracSqlPlugin

Version 1 (modified by mrjbq7, 14 years ago) (diff)

New hack TracSqlPlugin, created by mrjbq7

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracsqlplugin here].

Source

You can check out TracSqlPlugin from here using Subversion, or 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

8021 by mrjbq7 on 2010-05-28 04:34:53
New hack TracSqlPlugin, created by mrjbq7
(more)

Author/Contributors

Author: mrjbq7?
Maintainer: mrjbq7?
Contributors:

Attachments (3)

Download all attachments as: .zip