Package Exports
- sqlite3console
- sqlite3console/index.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 (sqlite3console) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A simple, no dependency, promise based nodejs wrapper for the sqlite3 cli.
Requires the sqlite3 cli and nodejs to be installed.
For a quick usage example see the sample/test.js file.
cd sample
node test.js