sukeshpabolu
Explore posts from serversGetting Error: Could not open library: The specified module could not be found. while opening a dll
This is the code
const dllPath = "./uFCoder-x86_64.dll"
const uFCoder = Deno.dlopen(
dllPath,
{
ReaderOpen: {
parameters: [],
result: "i32",
}
},
);
console.log(uFCoder.ReaderOpen())
10 replies
DTDrizzle Team
•Created by sukeshpabolu on 9/11/2024 in #help
Need help in creating JSON schema to drizzle schema converter
how can I have something like this but for drizzle https://github.com/omar-dulaimi/json-to-prisma-schema-convertor
3 replies
PPrisma
•Created by sukeshpabolu on 9/10/2024 in #help-and-questions
deep nested create takes so much time to complete
PFA reproduction code
npm install
npx prisma generate
npm run dev
3 replies
PPrisma
•Created by sukeshpabolu on 8/29/2024 in #help-and-questions
Is something happened with PrismaClient and adapters?
4 replies
PPrisma
•Created by sukeshpabolu on 5/14/2024 in #help-and-questions
prisma azure swa is not working
I am trying to deploy prisma to azure swa (SvelteKit). Facing issues where prisma client not able to find libquery-engine-Debian-openssl-1.1.x.so.node not found. Please help
1 replies