Archive for the 'SQLAlchemy' Category

ExoTagging with SQLAlchemy

Saturday, February 24th, 2007

After listening to the wonderful things being said about SQLAlchemy at PyCon, I wondered if the following idiom could be implemented as a Domain Object with SQLAlchemy.
Often we have legacy data that we have read only access, to which we need to associate additional meta information. Before this has always meant that the application […]