1.0.64 • Published 2 years ago

nv-pg-nofix-cli v1.0.64

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

nv-pg-nofix-cli

  • cli tool

install

  • npm install nv-pg-nofix-cli

usage

 #  npm install nv-pg-nofix-cli -g
 

#creat consts.js

Usage: nv_pg_nofix_const [options] 
Options:
    -t, --type_ary        if without external specified, auto generate colnames: c0,c1....., t is array of types
    -e, --external        external k t k t....
    -h, --help            usage

#nv_pg_nofix_const  -t text json text

#nv_pg_nofix_const   -e  name text data json  alias text

#init database

    Usage: nv_pg_nofix_creat [options] 
    Options:
        -s, --server            db host ip default 127.0.0.1
        -n, --name              db name
        -t, --table_name        table name
        -T, --type_ary          if without external specified, auto generate colnames: c0,c1....., t is array of types
        -e, --external          external k t k t....
        -z, --zone              tmzone,default +0800
        -h, --help              usage

LICENSE

  • ISC