Create prisma client with extension without circular dependency
FOUND SOLUTION:
Prisma.defineExtension
takes a callback which receives the client
---------------
If I have something like this:
Essentially, I am asking how I can perform database operations before I have actually initialised the database.0 Replies