hakuya / higu

An ajax-based image organizer
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Transition to sqlalchemy #2

Closed hakuya closed 11 years ago

hakuya commented 11 years ago

My custom db wrapper was a fun experiment while it lasted, but to make things more maintainable in the future it'll probably be better to transition to sqlalchemy or another wrapper

hakuya commented 11 years ago

New SQLAlchemy based DB interface implemented in model.py. Legacy database interface maintained at legacy.py purely for pulling older DBs up to date