πPrisma
This service is used to connect to the database using Prisma.
Imports
import { PrismaService } from 'niro-health';import { PrismaModule } from 'niro-health';import type { IPrismaService } from 'niro-health';Environment Variables
name
description
DATABASE_URL=postgresql://postgres:postgres@localhost/project_development
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=project_developmentMethod of Use
With dependencies
Interface
Service
Properties
Methods
Method
Scope
Description
Last updated