Closed dave08 closed 3 years ago
Thanks for this request, I plan this feature for 0.2.1 release because the next release (0.2.0) is already pretty busy :)
@dave08 Kotysa 0.2.1 was release, you can now use LIMIT and OFFSET with Kotysa :)
val paginated = (sqlClient selectFrom USER
limit 10 offset 12
).fetchAll()
Nice :+1:, thanks!
Usually needed for pagination in apis...