mysql-stream-db
JSON →A streaming ORM for MySQL databases, currently at version 0.1.1. This package is in early development (no recent updates) and provides a leveldb-style interface for MySQL tables using Node.js streams. It offers a simple API for CRUD operations (put, get, del) and streaming reads/writes via createReadStream, createKeyStream, and createWriteStream. Unlike full-featured ORMs like Sequelize or TypeORM, it focuses on minimal abstraction and stream-based data handling. Note: many options (sort, limit, page) are marked as TODO and not implemented. The package depends on the mysql npm package for database connections.
Resources
packagemysql-stream-db ↗