data-schema

Installation
SKILL.md

Data Schema

Define your data model with entities, fields, and relationships. Bknd uses a declarative API similar to Drizzle/Prisma but with fewer boilerplate.

What You'll Learn

  • Define entities with em() and entity()
  • Use all field types with proper configuration
  • Create relationships between entities
  • Add indices for performance
  • Follow naming conventions and best practices

Entity Definition

Basic Entity

Use em() to define multiple entities:

Related skills

More from cameronapak/bknd-skills

Installs
1
GitHub Stars
3
First Seen
Jan 19, 2026