# TARGO-BACKEND prisma # ******************************************************************************************************* # MAJOR PRISMA UPDATE 2026-02-04 => from 6.13 to 7.3. A lot has changed and this read me needs updating.| # added functionnalities to manage many schema files with many instance of clients and services | # added scripts to generate, migrate and manage one or many database at once | # ******************************************************************************************************* Ce document court présente la configuration de Prisma et les conventions à respecter dans `prisma/schema.prisma`. http://prisma.io/docs/orm/prisma-schema ### `Installation` npm install prisma @prisma/client --save-dev npx prisma init >Le fichier .env est généré à la racine ### `Fichier .env` `Explorer la base avec Prisma Studio` npx prisma studio `Récupérer le schéma existant depuis la BDD` npx prisma db pull