Changes between Version 1 and Version 2 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
Feb 27, 2015, 2:02:24 PM (9 years ago)
Author:
fvdberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v1 v2  
    4343}}}
    4444
     45== Configure
    4546
     47To configure this plugin, you must tell sqlquery what database to connect to:
     48
     49In trac.ini :
     50
     51{{{
     52[sqlalchemyquery]
     53uri = mysql://user:password@hostname/database
     54}}}
     55You can also use oracle or sqlite:
     56{{{
     57uri = oracle://user:password@tns
     58or
     59uri = sqlite:///path/to/db
     60}}}
    4661== Recent Changes
    4762