Suggested way to use multiple drivers
Is there a suggested way to use multiple drivers?
Above is what im currently doing (using pg docker image for my local db), but it seems sketchy since all the code I use to test locally is actually different from what gets ran in live environments. Is there a better way?
Above is what im currently doing (using pg docker image for my local db), but it seems sketchy since all the code I use to test locally is actually different from what gets ran in live environments. Is there a better way?