Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Increment field query #180

Closed Jaymon closed 5 months ago

Jaymon commented 5 months ago

I'd like to be able to do something like this:

SomeOrm.query.incr_fieldname(1).eq_other_fieldname("<VALUE>").update()