moigagoo / norm

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

between #178

Open nsnnews opened 1 year ago

nsnnews commented 1 year ago

is there a good way to do a operation like SQL between in this ORM?(other than doing 2 queries and then taking the intersection)

moigagoo commented 1 year ago

Since in Norm you basically pass raw SQL conditions to select, you can just pass BETWEEN like any other condition.