onyxframework / sql

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

Add `Query.where(field: Range(T))` #79

Open vladfaust opened 5 years ago

vladfaust commented 5 years ago

Would build to WHERE field > a AND field < b. Should raise if the type is neither Number nor Time.

vladfaust commented 5 years ago

May be superseded by #84.