Skip to content

Instantly share code, notes, and snippets.

@0916dhkim
Created January 18, 2022 04:12
Show Gist options
  • Save 0916dhkim/8977b75b6ef1c82d2c5070c002886d51 to your computer and use it in GitHub Desktop.
Save 0916dhkim/8977b75b6ef1c82d2c5070c002886d51 to your computer and use it in GitHub Desktop.
import {prisma} from '@myscope/shared-prisma';
const contacts = await prisma.contact.findMany();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment