Files
discordeno/examples/bigbot/src/prisma.ts
Skillz4Killz 3bbb03b8e3 cleanup cleanup cleanup on isle dd (#2792)
* cleanup cleanup cleanup on isle dd

* fix: rest manager import in test
2023-02-25 20:11:15 -06:00

4 lines
90 B
TypeScript

import { PrismaClient } from '@prisma/client';
export const prisma = new PrismaClient();