Skip to content

Instantly share code, notes, and snippets.

@nmchenry01
Created August 23, 2020 21:48
Show Gist options
  • Select an option

  • Save nmchenry01/cdff14ec2ab4032d2fe3f93cf5f2a95a to your computer and use it in GitHub Desktop.

Select an option

Save nmchenry01/cdff14ec2ab4032d2fe3f93cf5f2a95a to your computer and use it in GitHub Desktop.
Raw SQL Prisma for "Prisma vs. TypeORM"
const rawSQLQuery = (prisma: PrismaClient) => {
return prisma.queryRaw('SELECT * FROM "Company";');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment