prismany
prismany copied to clipboard
Use Prisma with multiple DBs in the same project
Hi, Is there a reason why this package is limited to nodejs 16? I am already using nodejs 18 and there is already nodejs 20... So please update it or...
Line 52 of the generate.js script has `const engineFile = (0, fs_1.readdirSync)(clientPath).find((f) => f.startsWith('libquery_engine-'));` where clientPath is `.\node_modules\@prismany\client\base_schema` However the copied engine is named `query_engine-windows.dll.node` Changing line 52 to `const...
I think a good feature could be to search your schemas in sub directories, in order to have your database schemas separated by folder instead than files. That could help...
Hello, it gives me the error: Excessive stack depth comparing types 'Without & AccountCreateInput' and 'Without & AccountCreateInput'.
Very excited at the prospect of this CLI. I am finding that the findMany function is not returning the model types from my schema. In the example project I have...