Creates and configures database entities for Bknd applications using either a code-first approach or the visual admin interface.
This skill provides comprehensive guidance for defining data models in Bknd, covering everything from basic entity declaration with type safety to advanced primary key configurations. It bridges the gap between rapid prototyping via the UI and robust production workflows using TypeScript, ensuring consistent naming conventions and database synchronization. Users can learn how to implement fields, manage schema updates, and export database types for a fully integrated development experience.
주요 기능
01Visual entity creation workflow via the Bknd Admin Panel
02Support for auto-incrementing integers and UUID primary keys
03Best practice naming conventions for production-grade data models
04Automatic type safety and database schema synchronization
051 GitHub stars
06Code-first entity definition using TypeScript em() and entity()
사용 사례
01Bootstrapping a new data model for a TypeScript-based backend
02Implementing type-safe database queries within a Bknd project environment
03Prototyping schema changes visually before committing to version-controlled code