## Summary In the "[Accessing environment variables from the schema](https://www.prisma.io/docs/orm/prisma-schema/overview#accessing-environment-variables-from-the-schema)" section, it introduces the env() function. However, in the schema example it does not show how to use it. Current example: ```prisma datasource db { provider = "postgresql" }
Summary
In the "Accessing environment variables from the schema" section, it introduces the env() function. However, in the schema example it does not show how to use it.
Current example: