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