1.0.3 • Published 3 years ago

sqlite-json-import v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

purpose

a simple utility to create sqlite table from a given json array

how to install

npm install -g sqlite-json-import

or local install

# package.json
  "scripts": {
    "sqlite-json-import": "sqlite-json-import",
  },

cli

Usage: sqlite-json-import createTable [options] <jsonPath> <dbPath> <tableName>

Options:
  -p, --pk [pk]  primary Key
  -h, --help     display help for command
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago