MySQL driver for the Webiny entity layer, version 1.9.0. Provides MySQL persistence for Webiny's entity abstraction. Requires peer dependency serverless-mysql ^1.1.0. Lightweight driver that wraps mysql connection/pool and integrates with webiny-entity. Unmaintained since 2021 with no active development.
npm install webiny-entity-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures MySQLDriver with mysql connection and sets it as the driver for a base entity class.
Migrate to an alternative ORM or database driver.
Ensure serverless-mysql is installed and version matches.
Use mysql package or adapt mysql2 with a wrapper.
Run: yarn add serverless-mysql@^1.1.0
Ensure MySQLDriver is instantiated with a valid connection object and assigned to Entity.driver