mysql-sequence-ts
v0.0.2
Published
Mysql sequence synchronous query
Downloads
3
Maintainers
Readme
mysql-sequence-ts
ALPHA VERSION
Manage asynchronous mysql query.
Execute query one after one, and passing result from one to second query.
Usage
In the very near future, please be patient.
Tests
Module has simple tests
TypeScript
This module writen in TypeScript
If you use TypeScript you must put this line with correct path in your script.
/// <reference path='./node_modules/mysql-sequence-ts/mysql-sequence-ts.d.ts' />
Installation
npm i mysql-sequence-ts
Generate library documentation
npm run-script generate-docs
#Future
1. Fix docblock in current files and generate correctly library documentation