Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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...