onyxframework / sql

A delightful SQL ORM ☺️
https://api.onyxframework.com/sql
MIT License
91 stars 7 forks source link

Add `Comparable` to models #88

Open vladfaust opened 5 years ago

vladfaust commented 5 years ago

I do have code which requires models to be sorted persistently in different places. Primary key could act as a comparator value, even if it's UUID.

See https://github.com/crystal-lang/crystal/pull/6611.