Hi everyone - can I have multiple data sources in ...
# orm-help
a
Hi everyone - can I have multiple data sources in the same time with diffrent urls? like communicating to db of type mysql and another url with nosql db?
r
@Abdulrahman Alzahrani πŸ‘‹ Currently it’s not possible to have multiple data sources so for now you can only connect to a single database in your
schema.prisma
.
a
😞 it will be really great if they had this. since Apollo Server has many data sources
r
For now you can create 2 separate
schema.prisma
for connecting to multiple datasources and it will work fine.
βœ… 1