S
Supabase3y ago
Masn

Export Supabase Table to CSV File

How would I go about exporting data from my supabase database into a CSV file?
3 Replies
thestepafter
thestepafter3y ago
Not sure if you can do it in the Supabase UI but I use Datagrip for things like exporting and importing.
thestepafter
thestepafter3y ago
GitHub
How to export and import a database inside supabase · Discussion #7...
Hi, I would like to export a database I created in one project in supabase (scheme+data) and then import it into another project still in supabase. I saw #666 and #175, but it is not clear to me wh...
Masn
MasnOP3y ago
DataGrip is great, thank you. Was able to do exactly what I needed

Did you find this page helpful?