{"library":"mysql-mq","type":"library","category":null,"description":"MySQL MQ is a lightweight message queue library backed by MySQL (v0.6.2). Designed for applications where a dedicated queue service like RabbitMQ or SQS is unavailable or overkill. Messages are stored in MySQL tables; queues are auto-created upon first use. Simple API with put, get, delete and a lock-based mechanism to prevent message duplication. The project follows semantic versioning and conventional commits, but has not seen updates since 2021 and remains unmaintained. Ideal for small-scale, single-database setups.","language":"javascript","status":"active","version":"0.6.2","tags":["javascript","mysql","mq","message","queues","sqs"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-mq","imports":["const mmq = require('mysql-mq');","new mmq('queueName', options);","const queue = new mmq('name', opts); queue.init();"]},{"cmd":"yarn add mysql-mq","imports":[]},{"cmd":"pnpm add mysql-mq","imports":[]}],"homepage":"https://github.com/Mario-F/mysql-mq#readme","github":"https://github.com/Mario-F/mysql-mq","docs":null,"changelog":null,"pypi":null,"npm":"mysql-mq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}