Question, the docker-compose.yml file that's gener...
# orm-help
r
Question, the docker-compose.yml file that's generated for prisma contains a
databases:
key I initially had mysql, in the default object, then added another object to databases called mongodb and added a mongodb endpoint, is that intended to be an array of databases or is the plural not intentional ?
d
At the moment prisma can only connecto to one database at a time. But connecting to multiple databases is something we are already thinking about.
r
thank you