Hey, is it possible to use raw SQL to query my dat...
# orm-help
t
Hey, is it possible to use raw SQL to query my database via the prisma server? Or should I just query the DB directly, outside of prisma?
n
for now, query the DB separately 🙂
you can track this for more approaches (we'll provide more information here soon): https://github.com/prismagraphql/prisma/issues/2052