mysql-live-select

JSON →
library 1.0.6 ·javascript
verified Jun 5, 2026

MySQL live select package that emits events when the result set of a SELECT statement changes. Built on top of zongji (binlog tailer) and node-mysql. Current stable version 1.0.6. Supports MySQL 5.1 to 5.7. Requires binlog enabled. Provides a LiveMysql constructor that makes three connections: for queries, replication, and information_schema. Releases are infrequent. Differentiator: enables real-time reactive UI updates from MySQL without polling.