download supabase project #32919
-
i want to download my supabase project so i can stick it into git. i'm currently on the free plan, if that matters. |
Beta Was this translation helpful? Give feedback.
Answered by
silentworks
Jan 21, 2025
Replies: 1 comment
-
You can't do that, you can however use the CLI to create migrations and a seed file (containing your table data) from your existing project which you can then commit into git. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
macMikey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't do that, you can however use the CLI to create migrations and a seed file (containing your table data) from your existing project which you can then commit into git.