@sabinthedev/fastify-prisma
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "@sabinthedev/fastify-prisma", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A plugin for Fastify to easily register Prisma Client in your Fastify instance ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -47,3 +47,3 @@ ## Prisma + Fastify | ||
You can also provide an object that contains Prisma Client's constructor arguments. For example, if you would like to manually set the datasource: | ||
You can also provide an object that contains Prisma Client's [constructor arguments](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#prismaclient). For example, if you would like to manually set the datasource: | ||
@@ -50,0 +50,0 @@ ```ts |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9041