mysql-clusterfarm - MySQL Cluster Farm Driver

JSON →
library 2.7.9 ·javascript deprecated
verified Jun 5, 2026

A Node.js MySQL driver branched from mysqljs/mysql (v2.7.9) to add clustering capabilities, allowing connection pooling across replicated masters and slaves with automatic failover and deadlock handling. It is pure JavaScript, MIT licensed, and targets Node >= 0.6. Unlike the original mysql package, it introduces PoolClusterFarm for multi-master and multi-slave replication management, scaling from 1 master to many. However, it is unmaintained since 2017 (last commit) and relies on outdated dependencies.