Acerca de
This skill provides specialized guidance for populating Bknd databases through code-first seeding. It covers the implementation of the built-in seed function, server-side data insertion using ctx.em.mutator(), and advanced patterns for handling entity relationships. Developers can use this skill to automate the creation of test fixtures, bootstrap admin users, and manage environment-specific data configurations while ensuring database integrity through idempotency checks and proper foreign key ordering.