Service for interfacing with MySQL or MariaDB databases within the Okanjo App ecosystem. Current stable version is 5.0.1, released with breaking changes including dropping MySQL 5.7 support, port numbers must be numeric, and updated dependencies. Provides MySQLService/MariaDBService for direct SQL queries and CrudService/MariaDBCrudService/CollectionCrudService for ORM-like CRUD operations. Requires okanjo-app >=3 as peer dependency. Regular releases with documented breaking changes.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This package is CommonJS-only; ESM import not supported natively.
Both named import patterns work, but destructuring is idiomatic.
CrudService is exported from the package root, not a subpath.
Destructuring is preferred for consistency.
Shows how to instantiate MySQLService with configuration and run a simple SQL query with callback.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.