morning all, is it possible to get the database in...
# help
z
morning all, is it possible to get the database initialisation script for my project? e.g.
create table ..., create policy ...
etc etc I'd like to open source my project and have this as a was for others to run it themselves.
s
You can follow the guide here and use pgdump to export the sql of your database https://supabase.com/docs/guides/database#migrating-between-projects
z
thanks @User, can I run that from within the Supabase SQL editor or should I use the Supabase CLI?
s
You have to run that on your computer in the terminal
z
gotcha, thanks