prisma / specs

⚠ This repository is not actively used any more, please check out the Prisma Documentation for updated information on Prisma. ⚠
https://docs.prisma.io
87 stars 16 forks source link

"Functions will always be provided at the Prisma level by the query engine." #454

Closed nikolasburk closed 4 years ago

nikolasburk commented 4 years ago

I noticed this sentence in the schema spec:

Functions will always be provided at the Prisma level by the query engine.

That's not true any more, functions are now when possible mapped to functions in the DB.