sqlc-dev / sqlc

Generate type-safe code from SQL
https://sqlc.dev
MIT License
13.16k stars 801 forks source link

Pgnation and filter #1908

Closed befika closed 1 year ago

befika commented 2 years ago

What do you want to change?

I was trying to manage filters and paginations, for paginations simply i can add Ofsets and limit on the select query, but how can I manage filter parameters, and how do create scopes on sqlc

What database engines need to be changed?

No response

What programming language backends need to be changed?

No response

kyleconroy commented 1 year ago

Take a look at https://github.com/kyleconroy/sqlc/issues/1062

befika commented 1 year ago

thank you @kyleconroy

is there any way to make a dynamic filter for all list views