Handle multiple MySQL databases that are on the same server with ORM Prisma
I'm starting a project with ORM Prisma and I need to manipulate different databases depending on the user that makes the request, all databases are MySQL but they are on the same server, does anyone know how I can do it?