ArthurFranckPat / adonis-prisma

MIT License
11 stars 2 forks source link

Add Typesafety #3

Open erlanggadewa opened 1 month ago

erlanggadewa commented 1 month ago

image

can you add a type for the prism client inside the prisma context? i've tried using const prisma = await app.container.make('prisma:db') ioc container, but both have the same result

this is what I was expecting. Thanks image

ArthurFranckPat commented 1 month ago

I'll check that