Database Testing

Exercise data-access code, migrations, and transactions against the real database engine so constraints, rollbacks, and schema changes are proven rather than assumed. Use when tests for queries or migrations run on SQLite while production runs Postgres.

Amey-Thakur abedc71 2.7 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/testing/database-testing commit abedc719df

Frequently asked questions

npx skillmds@latest add amey-thakur/database-testing