aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql_switch.py
Commit message (Collapse)AuthorAgeFilesLines
* RIP out mongoSebastian Spaeth2012-12-251-1/+0
| | | | | | | | | Since sqlalchemy is providing our database abstraction and we have moved away from Mongo as the underlying database, it is now time to simplify things and rip out mongo. This provides the bulk of the changes, and can stand on its own. There are some followup tasks that can be done, such as removing now unneeded abstraction layers, e.g. db.sql.fake.py
* Finally enable SQL for everybody!Elrond2012-04-011-0/+1
This switches the whole source code over to use sql instead of mongodb. It's a pretty easy change, but changes nearly the complete way things work. Hopefully everythong works!