LogoClawIndex
CasesSkillsAbout
LogoClawIndex

vendix-prisma - Prisma ORM for Vendix database operations

Provides Prisma ORM patterns for Vendix database schema management and client operations

Tags

Updated: 2026-03-25

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • edit Prisma schema
  • create migration
  • run migration
  • seed database
  • query database
  • insert records
  • update records
  • delete records
  • handle transaction
  • filter records
  • paginate results

Inputs

  • Prisma schema
  • DATABASE_URL
  • migration files
  • seed data
  • query filters

Outputs

  • Prisma Client
  • migration SQL files
  • seeded database
  • query results
  • database schema

Requirements

  • PostgreSQL database
  • Node.js environment
  • Prisma CLI
  • DATABASE_URL environment variable

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
database
ORM
Prisma
PostgreSQL
migration
NestJS
edit Prisma schema
create migration
run migration
seed database
Prisma schema
DATABASE_URL
migration files
Prisma Client
migration SQL files
seeded database