Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T17:01:39.000Z (almost 5 years ago)
- Last Synced: 2023-09-18T22:09:53.557Z (about 1 year ago)
- Topics: backup, clustering, escape, mysql, nodejs, query, queue, typescript
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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...