Amauri
Amauri
PPrisma
Created by Amauri on 7/1/2024 in #help-and-questions
Help With 2 database usage in same api
Any suggestions?
12 replies
PPrisma
Created by Amauri on 7/1/2024 in #help-and-questions
Help With 2 database usage in same api
Contextualizing: I set up a structure consulting data from a cloud api, which is consulted by a power BI, this BI is already mounted on the structure I set up in postgresql, and now there has been a change in scope, where I no longer search for data from an online api, but from a mysql bank, and in order not to have the effort to change the power bi, or create the postgres structure in mysql, I thought of changing the query methods to directly in the bank and feed the structure already used by BI
12 replies
PPrisma
Created by Amauri on 7/1/2024 in #help-and-questions
Help With 2 database usage in same api
this way I would have to create a script in package.json for each prisma command, my intention was to use prisma normally just by setting a flag -- without creating a prisma:dbpush in the package: "prisma db push --schema="
12 replies