abbott-mysql is a minimal MySQL client library version 1.0.55. The package provides a simple wrapper around the mysql module for Node.js, offering basic CRUD operations. It has an unknown release cadence and lacks documentation or community support. Compared to full-featured alternatives like mysql2 or knex, it is extremely bare-bones and likely generated from a boilerplate. The GitHub repository shows a standard Gitee template with no substantive README, indicating it may be experimental or incomplete.
npm install abbott-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a new abbott instance, connect to MySQL, and run a SELECT query.
Import using plain JavaScript or create your own .d.ts file.
Check the mysql npm package documentation for configuration options.
Wrap calls in promisify or switch to mysql2/promise.
Lock to a specific version and review changelog (if available).
Check package exports: import { createConnection } from 'abbott-mysql' or use new abbott.default(config).Run 'npm install abbott-mysql' or ensure it's in package.json dependencies.