0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0 • Published 2 years ago
@antribute/backend-orm-prisma v0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0
Antribute Backend Prisma Provider
Adds Prisma Support to the Antribute Backend
Installation
pnpm i @antribute/backend-orm-prisma -D && pnpm i @prisma/client prisma
Usage
- Create a new file called
.antributerc.ts
- Add the following
import { defineConfig } from '@antribute/backend-core'; export default defineConfig({ orm: { platform: '@antribute/backend-orm-prisma' } });
- Run the Antribute CLI to auto-generate required files