-
Committer:
mattgiuca
-
Date:
2008-02-01 05:51:53 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:372
Added new module: common/db.py.
This is a Data Access Layer which will handle ALL direct DB interaction.
No other module should import pg, or feature any SQL code strings.
Currently implements the DB class, and create_user and drop_user
functionality.