| Home | Trees | Indices | Help |
|---|
|
|
Database.py
Contains classes, methods and global variables which create and populate the database with sources/libraries contained in the repository
|
|||
|
Database Base Database class |
|||
|
PQDatabase Class for PostGreSQL Database |
|||
|
SourcererDatabase Class which handles the low-level DB API for updating categories |
|||
|
ProjectProperties Class which handles project properties |
|||
|
CategoryUpdater Class which handles high-level category updaets |
|||
|
|||
sourcererDBHost = "localhost"
|
|||
sourcererDBName = "test"
|
|||
sourcererDBUser = "coderank"
|
|||
sourcererDBPW = "coderank"
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:22 2007 | http://epydoc.sourceforge.net |