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.
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