Samuel Batista
Samuel Batista
This PR addresses: https://github.com/mprimi/portable-secret/pull/31
This PR also addresses this issue: https://github.com/mprimi/portable-secret/pull/31
@TSRBerry yes it does thank you! If @gdkchan or anyone else has some extra insight here feel free to comment on this issue, otherwise I'm closing it to keep the...
Thanks for your suggestion @millsp, it didn't work off the bat for me, but with a bit more effort I ended up with a solution that I'm quite happy with:...
I'm using the latest TypeScript version (5.1.3), and latest prisma & client (4.16.0). @millsp unfortunately your solution still doesn't work for me, I get a runtime error when getting the...
Scratch that, I was able to get it to work. Can't say I love the idea of wrapping all prisma operations in another Proxy, but it's definitely an improvement over...
@ThallesP that's not happening for me, for some reason I cannot Ctrl+Click to go to definition, but I do get proper types for the function: TypeScript correctly picks up type...
Ohh yeah that could be, I didn't test this out at runtime as I don't yet have a use for `$queryRaw`. I think the Prisma team deprecared the `$use` method...
@renatoaraujoc that code might work, but hot damn is it convoluted.