skills/smithery.ai/Database Management

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:
    bun run db:studio
    
    Opens a web GUI to view and edit the database content.
Installs
First Seen
Database Management from smithery.ai