Demo Page 1

Dashboard & Prisma CRUD

Test live Prisma operations, user sessions, and database connectivity.

Session State

loading

Identity extracted from NextAuth

No active user session. You can still test CRUD operations as a guest.

Prisma Pipeline

• Communicates directly with PostgreSQL through Prisma Client.

• Authenticated items are linked to your User record.

• All endpoints are standard Next.js 15 route handlers in app/api/items.

Create Record

Add a new row into the PostgreSQL items table

Database Records

Toggle status icon • Click trash icon to delete

0 rows

Querying database...