schettn
schettn
PPrisma
Created by schettn on 9/16/2024 in #help-and-questions
Lazy load query engine in Cloudflare Workers
Btw: Please add a "Other" flag to the Discord posts. I always have to add a incorrect tag in order to ask something.
3 replies
PPrisma
Created by schettn on 7/12/2024 in #help-and-questions
How to use getDMMF
Update: @prisma/internals seems to work. @prisma/sdk does not
6 replies
PPrisma
Created by schettn on 7/12/2024 in #help-and-questions
How to use getDMMF
Setting the cwd also does not change anything.
const dmmf = await getDMMF({
cwd: process.cwd(),
datamodelPath: path.join(PYLON_ABSOLUTE_PATH, 'prisma/schema.prisma')
})
const dmmf = await getDMMF({
cwd: process.cwd(),
datamodelPath: path.join(PYLON_ABSOLUTE_PATH, 'prisma/schema.prisma')
})
6 replies
PPrisma
Created by schettn on 7/12/2024 in #help-and-questions
How to use getDMMF
The query-engine exists under the following path: packages/pylon-server/studio-pylon/node_modules/@prisma/engines/libquery_engine-darwin-arm64.dylib.node
6 replies
PPrisma
Created by schettn on 7/12/2024 in #help-and-questions
How to use getDMMF
The CWD: /Users/schettn/Documents/pylon/packages/pylon-server/studio-pylon
6 replies
PPrisma
Created by schettn on 6/19/2024 in #help-and-questions
How to cover this custom SQL with Prisma
Okay thanks
4 replies