A MySQL fixture loader for the plus.garden dependency injection container, wrapping sequelize-fixtures to load and drop test data. Version 0.0.3 is the latest stable release. It integrates tightly with plus.garden's service container and configuration, supporting model definitions and fixture files via sequelize-fixtures' YAML/JSON format. Unlike standalone fixture libraries, this is purpose-built for the plus.garden ecosystem, requiring no manual ORM setup. Development appears slow or abandoned, with no recent updates.
npm install plus.garden.fixtures-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, service registration, config setup, and CLI usage for loading/dropping MySQL fixtures.
Use `declare module 'plus.garden.fixtures-mysql'` or switch to JS.
Consider alternative fixture libraries like 'sequelize-fixtures' replacement or migrate to a different testing strategy.
Ensure your project is set up with plus.garden or consider using a different fixture loader.
Run `npm install plus.garden.fixtures-mysql --save`.
Add 'uri' with a valid MySQL connection string to the 'fixtures-mysql' config section.
Ensure 'models' path in config points to a directory containing Sequelize model definitions.