0.0.2 • Published 6 years ago

jdbc_web_client v0.0.2

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

jdbcsql_web_client

Build StatusCoverage Status

Web server and client to execute sql queries via node-jdbc

Built commandline

    npm install
    gulp

prerequisites: the dendency node-jdbc require java and jdk (javac) on your path

Run server:

    node server.js

Development

The src folder contains both typescript and js files.

All files are compiled to gen (using tsc or babel) Compilation is to ES2015, as the jscoverage parse cannot treat new language feature correclty

gulp-instrument (one of the jscoverage gulp integration) is used to generate coverage instrumented sources in gen_cov

Currently the test folder is not compiled, but contains directly es6 modules

gulp, gulp-watch