web2py virtualfields as an ORM (an sqlalchemy approach)
One of the finer new features in web2py is the ability to declare what is called a "virtual field". A virtual field is a function that gets called/calculated when the web2py DAL performs a select on the database tables. The neat thing about virtual