ArthurFranckPat / adonis-prisma

MIT License
13 stars 2 forks source link

Add Typesafety #3

Open erlanggadewa opened 4 months ago

erlanggadewa commented 4 months 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 4 months ago

I'll check that