Learn about using seeds to populate your local database
some-initial-data
while
specifying the connection parameters for our local environment. You could also extract data from a
cloud project by specifying the correct parameters. Finally, we are only extracting data from the
animals
table, but you could also extract data from any other table or even from all tables.--apply-seeds
argument to pre-populate your environment with the seeds: