Anonymous
Anonymous
PPrisma
Created by JeanPSF on 6/3/2024 in #help-and-questions
schema env file
if you are using nodejs, you can add below code to app.js if(process.env.NODE_ENV){ require('dotenv').config({path: '.' + process.env.NODE_ENV + '.env' + }) }else{ require('dotenv').config() } then using below script to defined which NODE_ENV you want to use cross-env NODE_ENV=stage nodemon src/app.js
3 replies
PPrisma
Created by Anonymous on 5/16/2024 in #help-and-questions
Prisma extend can change db pointing to?
Hi @Nurul (Prisma) , i have tried that, but the datasourceUrl is just change the sql instance i pointing to, what i need is changing the different db in same instance
4 replies
PPrisma
Created by Anonymous on 4/18/2024 in #help-and-questions
Timezone error
2 replies
PPrisma
Created by Anonymous on 3/28/2024 in #help-and-questions
multiSchema variable
ok, thanks for clarify
11 replies
PPrisma
Created by Anonymous on 3/28/2024 in #help-and-questions
multiSchema variable
issue in file structure? any more details on that? cause i using string for schema is working, thinking anyway to change it to dynamic
11 replies