Jaymon / prom

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

Get rid of Interface.get_one #126

Closed Jaymon closed 1 year ago

Jaymon commented 3 years ago

Query.one is now using the Iterator so all the hydration code is in one place so if I wanted to simplify the interface then I could remove all the get_one supporting code