suggestions for branching with SST/Drizzle
On my phone but wanted to ask what the suggested patterns were for creating and managing branches in a project with SST and drizzle? In SST you can use a Config construct to set env variables so I set one database url env variable and in my tRPC server I can connect to the db on server side. In client side I can use an .env file.
Although I’m not sure how to utilize branches when I’m working. I figure I can manually set up env variables with Config for diff db urls for the branches but wondering if this is the best approach.
0 Replies