Hey is anyone using DataTables and stored procedur...
# orm-help
n
Hey is anyone using DataTables and stored procedures with Prisma (TS)? I haven't found any working examples
j
Im migrating from typeorm to prisma, and i've not tested, but I think you do
Copy code
prisma.$queryRaw`NAME_OF_PROCEDURE ${variable1}`
n
yeah that's right, but with DataTable type it doesn't seem to be supported
🤔 1
r
@Nima 👋 A feature request here for DataTable would be great 🙂
🙌 1