@sabinthedev/fastify-prisma
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "@sabinthedev/fastify-prisma", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A plugin for Fastify to easily register Prisma Client in your Fastify instance ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -51,6 +51,7 @@ ## Prisma + Fastify | ||
fastify.register(prismaPlugin, datasources: { | ||
db: { | ||
url: 'file:./dev.db' | ||
} | ||
fastify.register(prismaPlugin, { | ||
datasources: { | ||
db: { | ||
url: 'file:./dev.db' | ||
} | ||
}) | ||
@@ -57,0 +58,0 @@ |
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
9051
109