UNPKG

prisma-migrations

Version:

A Node.js library to manage Prisma ORM migrations like other ORMs

3 lines 159 B
import type { PrismaClient } from "../types"; export declare function createPrismaClient(): Promise<PrismaClient>; //# sourceMappingURL=client-factory.d.ts.map