WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...

    Variable prismaConst

    prisma: PrismaClient<PrismaClientOptions, never, DefaultArgs> = ...

    Primary Prisma Client Export

    The main database client instance for this sovereign WayrApp node. This is the single point of access to the node's private database, used throughout the application by repositories, services, route handlers, and tests.

    Every database operation in this node goes through this client, ensuring consistent connection management, performance monitoring, and error handling for the community's educational platform.

    Configured Prisma client singleton for this node