Issuing updates part 2 2016-06-22 code python sql peewee # peewee query = Entry.update(counter=Entry.counter + 1) query.execute()