Repository backed by the Prisma adapter.
Wraps the Prisma client's model operations and exposes them through
the standard IRepository interface.
PrismaRepository(_dataSource: DataSource)
Repository backed by the Prisma adapter.
Wraps the Prisma client's model operations and exposes them through
the standard IRepository interface.
PrismaRepository(_dataSource: DataSource)
import { PrismaRepository } from "database-plugin/src/index.ts";