https://github.com/scrwdrv/mysql-query-queue
This module is design for clustering, it queues MySQL queries and execute them by priority. Also provided some useful methods, e.g., backup, clear, escape query string...
https://github.com/scrwdrv/mysql-query-queue
backup clustering escape mysql nodejs query queue typescript
Last synced: about 2 months ago
JSON representation
This module is design for clustering, it queues MySQL queries and execute them by priority. Also provided some useful methods, e.g., backup, clear, escape query string...
- Host: GitHub
- URL: https://github.com/scrwdrv/mysql-query-queue
- Owner: scrwdrv
- Created: 2019-12-27T03:50:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T18:49:21.000Z (about 2 years ago)
- Last Synced: 2025-12-28T21:53:02.419Z (6 months ago)
- Topics: backup, clustering, escape, mysql, nodejs, query, queue, typescript
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysql-query-queue
This module is design for clustering, it queues MySQL queries and execute them by priority. Also provided some useful methods, e.g., backup, clear, escape query string...
## Work in progress...