SQL: mongokit like interface
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 18 Dec 2011 16:02:27 +0000 (17:02 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 18 Dec 2011 16:07:15 +0000 (17:07 +0100)
commit7b194a79f0ad789309b9c34340f19c5a962b0915
tree9e15c72304d867bbe273e46d834af93fc181617d
parent18517e888a90bf1c0434dd4da99ef7980d333ed0
SQL: mongokit like interface

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
mediagoblin/db/sql/base.py [new file with mode: 0644]
mediagoblin/db/sql/convert.py
mediagoblin/db/sql/models.py
mediagoblin/db/sql/open.py [new file with mode: 0644]