Currently the package generated by this tool is built against Prisma 3.
Prisma 4 is now mature and so this package should either be deprecated or updated to support Prisma 4. This will mostly likely require ditching the exported logger object from @prisma/sdk in favor of using console.log directly. (Logger is only a chalk-colored wrapper around a vanilla log function)
Currently the package generated by this tool is built against Prisma 3.
Prisma 4 is now mature and so this package should either be deprecated or updated to support Prisma 4. This will mostly likely require ditching the exported
loggerobject from@prisma/sdkin favor of usingconsole.logdirectly. (Logger is only a chalk-colored wrapper around a vanilla log function)