Package Exports
- @admc.com/sqltool-linux-x86
- @admc.com/sqltool-linux-x86/sqltoolDriver.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@admc.com/sqltool-linux-x86) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Description
node.js module for executing SqlTool on Linux x86
SqlTool provides a scripting/automation interface and interactive console interface to JDBC Databases. HyperSQL database engine is bundled, but you can also access any database by just downloading the JDBC driver SQL file for the database.
Installation
install /usr/bin/sqltool:
sudo npm install -g @admc.com/sqltool-linux-x86
install under your current directory
npm init -y # If you don't already have a node_modules subdir or "package.json" file.
sudo npm install @admc.com/sqltool-linux-x86
Usage
For global installation:
sqltool
For local directory installation:
node_modules/.bin/sqltool
See http://hsqldb.org/doc/2.0/util-guide/sqltool-chapt.html about how to use SqlTool. See http://hsqldb.org/doc/2.0/guide/index.html about the HyperSQL database engine.