norm icon indicating copy to clipboard operation
norm copied to clipboard

between

Open nsnnews opened this issue 2 years ago • 1 comments

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)

nsnnews avatar Nov 30 '22 19:11 nsnnews

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

moigagoo avatar Nov 30 '22 21:11 moigagoo