is it possible to just throw in SQL statements ins...
# orm-help
j
is it possible to just throw in SQL statements instead of using this json mannerism? got a coworker whose using this plugin and its extremely difficult for me. pure SQL works for me but would still like to use the prisma schema for his sake. is it possible?
If you're using TS, you can type the results to conform to existing model shapes and not throw off intellisense/etc: https://www.prisma.io/docs/concepts/components/prisma-client/raw-database-access#typing-queryraw-results