hello, is there way to export more than 1000 recor...
# off-topic
m
hello, is there way to export more than 1000 records as csv? via the UI
s
You can change max rows in Settings > API. Showing more could make the UI very slow, and using something like pgAdmin with would be my recommended way of exporting large datasets
m
is pgAdmin an external tool to manage databases?
I've used navicat mostly
s
I think Navicat would be the MySQL equivalent of pgAdmin (at least in terms of features)
m
yes through an external tool all is well, but the client was asking for an "easy" way so they can export them themselves, so I was looking for a way through the Supabase UI
I'll see how the increase to the max rows plays out, thanks for the suggestions!
well changing the value to 10000 doesn't update the dropdown on the bottom or allows for more rows 😦
h
hi @User you can use sql editor to export more rows
m
ah great thanks!