Created
August 23, 2020 21:48
-
-
Save nmchenry01/cdff14ec2ab4032d2fe3f93cf5f2a95a to your computer and use it in GitHub Desktop.
Raw SQL Prisma for "Prisma vs. TypeORM"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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