aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/open.py
Commit message (Collapse)AuthorAgeFilesLines
* SQL: mongokit like interfaceElrond2011-12-181-0/+29
In trying to ease the migration to SQL, created an interface to sqlalchemy that looks a lot like the interface that is currently in use. *WARNING* Work in progress