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.