Join Discord
Powered by
How can I duplicate an existing project to use as ...
# off-topic
j
jon.m
12/30/2021, 7:53 PM
How can I duplicate an existing project to use as a test data base for my dev branch?
s
silentworks
12/30/2021, 8:38 PM
Use a migration tool to handle all your database setup and this can be done with less effort.
j
jon.m
12/30/2021, 8:52 PM
Hello! I'm unfamiliar with this side of development. Can you name a tool I could use as a research entry point?
s
silentworks
12/30/2021, 8:55 PM
I personally use ley.
https://github.com/lukeed/ley
silentworks
12/30/2021, 8:55 PM
You can see it in use with on of my Supabase project's here
https://github.com/silentworks/waiting-list
j
jon.m
12/30/2021, 9:02 PM
Thank you! I appreciate the help. I'm getting really close to launching my Alpha. Just need to button up the concerns.
Previous
Next