Prisma ORM provider for ExpressoTS โ database integration via the System Plugin Pattern.
Documentation ยท Getting Started ยท Project Board ยท Community
npm i @expressots/prismaPrisma ORM integration for ExpressoTS. Exposes database access as a provider with lifecycle hooks aligned to the framework's dependency injection and module system.
import { PrismaProvider } from "@expressots/prisma";
// Wire PrismaClient through your provider moduleFor guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.
Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.
MIT โ see LICENSE.