]> git.decadent.org.uk Git - dak.git/commit
add a class providing access methods to a projectb database
authorMike O'Connor <stew@vireo.org>
Sat, 7 Feb 2009 18:34:56 +0000 (13:34 -0500)
committerMike O'Connor <stew@vireo.org>
Sat, 7 Feb 2009 18:34:56 +0000 (13:34 -0500)
commitc34f53ff08543e1e6911ed24f90fbeda77b0b8b4
tree1a60f5d5e2a3da1b0da85e9065b36bfa9ed27c9f
parentf71ac27c75a8ab5185508491e97bc6f237772aa6
add a class providing access methods to a projectb database

This class provides an alternative to daklib/database.py for accessing a
projectb database.  This benefits to this alternative are that it uses the
psycopg2 module instead of the pg module, and I object oriented.  My
motivation for creating this class is to keep the new code for generating
Contents.gz files free from the pg module, and therefore, the only functions
I've moved into this class so far are those needed for generating the
Contents.gz files.

Signed-off-by: Mike O'Connor <stew@vireo.org>
daklib/projectb.py [new file with mode: 0644]