mysql-libmysqlclient

JSON →
library 1.6.0 ·javascript maintenance
verified Jun 5, 2026

Asynchronous MySQL bindings for Node.js using libmysqlclient C library. Version 1.6.0 is the latest. Provides all general connection/query functions from MySQL C API with partial prepared statement support. Connect, query, and fetchAll are async. Requires libmysqlclient-dev system package to build. Notable for using raw libmysqlclient rather than pure JavaScript implementation; performance-focused with async querySend. Maintained since 2010 with over 10 contributors.