supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

Added count_option export #28

Closed lucasbstn closed 3 years ago

lucasbstn commented 3 years ago

What kind of change does this PR introduce?

Added a missing export to be able to use the CountOption in queries.

What is the current behavior?

Cannot use the CountOption enum because it is not exported by the package.

What is the new behavior?

Additional context