Jaymon / prom

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

Change iquery to qset and qget #186

Closed Jaymon closed 7 months ago

Jaymon commented 7 months ago

Where qset is called for a setting query (insert, update) and qget is called for a read query (select).

I also think it would be better for these methods to take the QueryField instance instead of the Query instance.

These are the things that would need to be done: