Database Management
Installation
SKILL.md
Database Management Guide
Docklift uses SQLite as its database, managed by Prisma ORM.
Schema Location
The Prisma schema is located at:
backend/prisma/schema.prisma
Core Commands
Run these commands from the backend/ directory:
View Data
- Open Studio:
Opens a web GUI to view and edit the database content.bun run db:studio