0.0.2 • Published 10 years ago

mysql-sequence-ts v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

npm version

mysql-sequence-ts

ALPHA VERSION

Manage asynchronous mysql query.

Execute query one after one, and passing result from one to second query.

Usage

Documentation

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