@xemahq/migration-runner-prisma
v0.1.1
Published
Prisma MigrationRunner implementation for org-managed databases.
Readme
@xemahq/migration-runner-prisma
Prisma migration runner for org-managed databases
Overview
A Prisma implementation of the org-database migration-runner contract. It applies schema migrations against an org-managed database through the shared runner interface, so callers stay decoupled from the migration tool. Pairs with the org-database driver contract.
When to use it
- Use it to run Prisma migrations against org-scoped databases behind the shared runner contract.
Installation
pnpm add @xemahq/migration-runner-prismaUsage
import { PrismaMigrationRunner } from '@xemahq/migration-runner-prisma';
const runner = new PrismaMigrationRunner();
const result = await runner.run(input);License
Apache-2.0 © Xema — xema.dev
