Add Prisma example

This commit is contained in:
2022-05-01 17:00:38 +02:00
parent 8da44976e1
commit a7d197752f
5 changed files with 61 additions and 2 deletions

View File

@ -10,6 +10,7 @@
"author": "minie4",
"license": "ISC",
"dependencies": {
"@prisma/client": "^3.13.0",
"express": "^4.18.1"
}
}