LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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.

entity-framework - Entity Framework Core Database Access and Migrations

Handles Entity Framework Core database access, migrations, and repository patterns for PostgreSQL.

Tags

Updated: 2026-02-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create DbContext classes
  • Write migration scripts
  • Implement repository patterns
  • Configure entity relationships
  • Optimize database queries
  • Handle soft delete

Inputs

  • PostgreSQL database
  • DbContext configuration
  • Entity class definitions
  • Migration scripts
  • Project files

Outputs

  • DbContext class files
  • Migration files
  • Database schema changes
  • Repository implementations

Requirements

  • .NET environment
  • EF Core 9+
  • PostgreSQL (Npgsql)
  • Project structure

Source

  • Spec: SKILL.md
database
orm
migrations
postgresql
dotnet
Create DbContext classes
Write migration scripts
Implement repository patterns
Configure entity relationships
PostgreSQL database
DbContext configuration
Entity class definitions
DbContext class files
Migration files
Database schema changes