Prisma schema (Reference)
The Prisma schema is the main configuration file when using Prisma. It is typically called schema.prisma and contains your database connection and data model.
https://www.prisma.io/docs/concepts/components/prisma-schema

postgres schemq
@@schemaHow to use Prisma with multiple database schemas
https://www.prisma.io/docs/guides/other/multi-schema


Seonglae Cho