Tags with SQLAlchemy

October 10, 2008 at 10:46 AM | Code, SQLAlchemy

Wayne Witzel gives us a very nice tutorial on how to implement simple tagging with SQLAlchemy. It's a totally straightforward example with nice usage of 0.5 Query paradigms as well as some SQL expression language integration (which looks familiar from the ML the other day...).