ShipSecure-Labs/rowgate

Support custom prisma client output

Open

#3 opened on 2025年12月1日

GitHub で見る
 (2 comments) (1 reaction) (1 assignee)TypeScript (1 fork)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

説明

Hey,

have seen you're currently using @prisma/client in the prisma adapter.

Based on my own expierence, this works, but only as long as you do not use the custom output for the prisma client.

Had the same problem in my project and decided to mock the prisma client in the adapter implementation to support both prisma client types ( prisma-client-js and prisma-client ).

Maybe this could be useful here, too.

Here the quick links to the relevant files:

If you think this could be useful, feel free to use it :)

Can also provide a PR if this would help ✌️

コントリビューターガイド