0.66.1
In Piccolo you can print out any query to see the SQL which will be generated:
>>> print(Band.select())
SELECT "band"."id", "band"."name", "band"."manager", "band"."popularity" FROM bandIt didn't represent UUID and datetime values correctly, which is now fixed (courtesy @theelderbeever). See PR 405.