trustmaster / trac2github

Converts Trac milestones, tickets and comments into Github issues 2.0 using github api v3
49 stars 38 forks source link

Add support for SQLite database files #8

Closed ctrueden closed 10 years ago

ctrueden commented 10 years ago

This branch adds support in the configuration section for SQLite DB files. If $sqlite_trac_path exists on disk, it is treated as an SQLite DB file; if not, the code assumes MySQL like before.

trustmaster commented 10 years ago

Thanks a lot!