moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
381 stars 34 forks source link

Updated doc comments #171

Closed PhilippMDoerner closed 2 years ago

PhilippMDoerner commented 2 years ago

The doc comments for the fromRowPos proc were not quite correct anymore since they deal with all ref objects now, not just Model types.

Further added note that procs focussing on selecting a single row will raise a NotFoundError if no row is found.