What problem does it solve?
This Skill removes guesswork from database work in the navigator workspace by giving you a consistent way to model tables, write queries, manage transactions, and evolve schemas with SeaORM.
Core Features & Use Cases
- Entity design: Define table-backed entities with clear model, active model, column, and relation patterns.
- Query and write guidance: Use the recommended approaches for primary-key reads, filters, joins, inserts, updates, and paginated access.
- Migrations and testing: Create reversible migrations, avoid backend-specific SQL, and keep Postgres-based tests isolated and reliable.
- Use case: When you need to add a new table or adjust an existing one, this Skill tells you how to structure the entity, migration, and transaction flow so the change fits the repository conventions.
Quick Start
Use this Skill to implement or update a SeaORM entity, migration, or transactional database flow in the navigator codebase while following the repository's Postgres and testing conventions.