Prisma-client-js: .raw(...) query

Created on 30 Jan 2020  路  2Comments  路  Source: prisma/prisma-client-js

We want to offer a fallback for all queries that are not supported by Prisma Client itself. We will achieve that by offering a .raw method that you can use to send any query to the database and get back its result.

Prior Art:
https://github.com/prisma/specs/issues/12#issuecomment-562585839
https://github.com/prisma/prisma-client-js/issues/10

kinfeature

Most helpful comment

Implemented in [email protected] 馃帄

All 2 comments

Implemented in [email protected] 馃帄

Therefore this can be closed :)

Was this page helpful?
0 / 5 - 0 ratings