A MySQL/MariaDB adapter for the Simple ORM framework, providing database connectivity for Node.js applications. As of version 0.6.0, it supports transactions and joins. The adapter is designed to be used with the Simple ORM core, which handles test suites. It is a lightweight, unopinionated library that expects a pre-created MySQL connection object. Release cadence is irregular, and the package appears to be in early development or maintenance mode.
npm install simple-orm-mysql-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a MySQL connection and passes it to the adapter; shows CommonJS usage.
Upgrade to >=0.5.0 and use `.create()` instead of `new Adapter()`, then call `.setConnection()`.
Implement connection error handling and reconnect logic in your application.
Consider migrating to a more actively maintained ORM like Sequelize or TypeORM.
Use `require('simple-orm-mysql-adapter').create()` instead of `require('simple-orm-mysql-adapter')`.Run `npm install simple-orm-mysql-adapter` and ensure you are using the correct package name.