BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

db-conn-mysql

v1.6.1npm· JavaScript

``` const config: MySqlConnectionConfig = { host: 'localhost', user: 'root', database: 'test', password:'*******' }; let conn = await driver.connect(config); let data = await conn.executeQuery("select 1 from dual"); await conn.close(); ```

The verdict
Aging — last published over a year ago — check before adopting. Check the repo for activity before adopting.
Check the repo for activity before adopting.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAging
PopularityUnknown
SecurityClean
LicensePermissive
DepsLean
Maintenance
Last published over a year ago — check before adopting.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
2 direct dependencies
Recent releases
  • 1.6.1over a year ago
  • 1.6.0over a year ago
  • 1.5.0over a year ago
  • 1.0.8over a year ago
  • 1.0.7over a year ago
  • 1.0.6over a year ago
  • 1.0.5over a year ago
  • 1.0.4over a year ago