MySQL adapter for Chaos ORM, a JavaScript ORM library. Version 15.0.0 is current. The package has low release cadence, primarily maintenance updates. Key differentiator: tightly integrated with Chaos ORM, providing MySQL-specific SQL generation. Requires babel-polyfill as peer dependency for async/await support.
npm install chaos-database-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a MySQL adapter and connects to a database using environment variables or defaults.
Use core-js or regenerator-runtime instead.
Use import syntax; cannot use require().
Use const MySQLAdapter = require('chaos-database-mysql').default;Install @types/chaos-database-mysql if available or write your own.
npm install babel-polyfill
Use import or require().default
Use Connection object from chaos-orm instead of adapter directly.