Ticket #126 (closed enhancement: fixed)
Database Independence [merge]
| Reported by: | Stephen <trac@…> | Owned by: | anonymous |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Specifically I would love to run trac against PostgreSQL, but if its architecture could be designed such that any DB-API compliant database can be plugged into it, that'd be great.
My reasons are this desire is interoperability. For example, I plan on coding up a subversion hook so that if someone writes 'closes #4' into the commit message, it'll close the issue. Also, the ability to generate dynamic reports in say, Excel, by connecting to the database via ODBC is desired by The Powers That Be.
This may or may not be possible w/ SQLite, but I'm familiar and confidant about PostgreSQL, so :)
