Hey guys is there a way in prisma where we can get...
# orm-help
j
Hey guys is there a way in prisma where we can get to switch between database URLs ,I find it hard trying to switch between various databases as it would require me rewriting my database url in the schema file each time
n
Hey Jos 👋 this is not yet supported natively by Prisma, but a workaround is documented in this GitHub issue: https://github.com/prisma/prisma/issues/2443#issuecomment-630679118
j
Thanks
🙌 1