Removes database entities safely from Bknd.io by managing relationship dependencies, data backups, and destructive schema synchronization.
The bknd-delete-entity skill provides a comprehensive framework for safely removing database entities within the Bknd ecosystem. It guides users through the critical steps of identifying foreign key dependencies, performing data backups, and executing destructive schema changes using the CLI's sync --drop flag. By offering structured checklists and implementation patterns for both UI and code-based workflows, this skill minimizes the risk of data loss and broken application logic during the cleanup of deprecated or prototype features.
主な機能
01CLI synchronization guidance using destructive flags
02Comprehensive pre-deletion safety checklists
03Automated data backup and export procedures
04Codebase-wide reference cleanup strategies
05Dependency tracking and relationship cleanup patterns
061 GitHub stars
ユースケース
01Cleaning up prototype entities in development environments
02Safely deprecating production tables with complex dependencies
03Batch removing entities in the correct topological order