You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "End-to-end example of @cipherstash/prisma-next: searchable application-layer encryption for Postgres with Prisma Next, using @cipherstash/stack as the SDK.",
"type": "module",
"scripts": {
"emit": "prisma-next contract emit",
"migration:plan": "prisma-next migration plan",
"migration:apply": "prisma-next migration apply",
"start": "tsx src/index.ts",
"test:e2e": "vitest run --config test/e2e/vitest.config.ts",