Changes between Version 11 and Version 12 of TracSqlPlugin


Ignore:
Timestamp:
Aug 31, 2016, 6:37:46 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlPlugin

    v11 v12  
    55== Description
    66
    7 The TracSQL plugin adds a "SQL" tab to the Trac project. Inside this tab, the plugin supports interacting with the project database. 
     7This plugin allows you to interact with Trac's project database directly. When installed it adds a "SQL" tab to the Trac project navigation bar.
    88
    99Key features:
     
    1616This plugin supports Trac installations with SQLite, MySQL and PostgreSQL database backends. The queries will need to be written differently according to which SQL database is being used.
    1717
     18=== SQL query screen, example 1
     19
     20[[Image(sql-query.png, border=2)]]
     21
     22=== SQL query screen, example 2
     23
     24[[Image(sql-query2.png, border=2)]]
     25
     26=== SQL schema screen
     27
     28[[Image(sql-schema.png, border=2)]]
     29
    1830== Source
    1931
     
    2234== Installation
    2335
    24 You can install it with:
     36You can install this plugin with:
    2537
    2638{{{#!sh
     
    3042== Configuration
    3143
    32 It is configured in the `trac.ini` file by enabling and configuring:
     44This plugin is configured in the `trac.ini` file by enabling and configuring:
    3345
    3446{{{#!ini
     
    4658}}}
    4759
    48 == Example
    49 
    50 Some screenshots, showing a few of the features:
    51 
    52 === SQL query screen
    53 
    54 [[Image(sql-query.png)]]
    55 
    56 === SQL schema screen
    57 
    58 [[Image(sql-schema.png)]]
    59 
    60 === SQL query 2 screen
    61 
    62 [[Image(sql-query2.png)]]
    63 
    6460== Author/Contributors
    6561