UNPKG

@axiia/prisma-client-denofix

Version:

Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.

10 lines (8 loc) 212 B
class PrismaClient { constructor() { throw new Error( '@prisma/client/deno/edge did not initialize yet. Please run "prisma generate" and try to import it again.', ) } } export { PrismaClient }