Is it possible to have two projects pointing to the same database - one using Prisma, the other using Mongoose? Because right now, I cannot seem to get it to work.
r
Ranjan Purbey
05/03/2020, 3:49 PM
Prisma, afaik, doesn't support mongodb yet
Ranjan Purbey
05/03/2020, 3:50 PM
If you use an sql db, then that should have no problem
j
Jonathan
05/03/2020, 4:17 PM
I dont think it should be a problem, I mostly wonder whether this opens an extra connection to the db for each requesr
r
Ryan
05/04/2020, 9:57 AM
Hey Taylor 👋
Could you try creating two different services, one that's already using Prisma via