atthis-mysql is an adapter plugin for the atthis framework, enabling MySQL database operations including dump functionality. Version 1.1.7 is the latest stable release. This package is specifically designed to integrate with atthis and is not intended for standalone use. It provides MySQL connectivity tailored for the atthis ecosystem, with a focus on database dumping capabilities.
npm install atthis-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate the MySQL adapter with environment variables and perform a database dump.
Ensure atthis is installed and properly initialized before using this adapter.
Use import syntax or set type: 'module' in package.json.
Run 'npm install atthis' to add the core framework.
Add 'type': 'module' to package.json or use .mjs extension.