UNPKG

prisma

Version:

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

12 lines (9 loc) 317 B
const prisma = require('.prisma/client') const path = require('path') module.exports = prisma /** * Annotation for ncc/zeit */ path.join(__dirname, '../../.prisma/client/schema.prisma') path.join(__dirname, '../../../.prisma/client/schema.prisma') path.join(__dirname, '../../../../.prisma/client/schema.prisma')