bknd-create-entity
Installation
SKILL.md
Create Entity
Create a new entity (database table) in Bknd. Entities are the foundation of your data model.
Prerequisites
- Bknd project initialized (
npx bknd createor existing project) - For code mode: TypeScript project with
bkndpackage installed
When to Use UI vs Code
Use UI Mode When
- Exploring/prototyping quickly
- Non-developer or visual learner
- Making one-off changes
- Testing schema ideas before committing to code