nc-help
npm install nc-help- Disable debug by default(knex, pg, mysql,...)
xc-cli
simple usage
xc -u user -p password -d database -o 3306multiple urls
xc -U 'mysql://localhost:3306?u=root&p=password&d=database'all schemas in that database
xc -U 'mysql://localhost:3306?u=root&p=password'all schemas in that database as multitenant
xc -U 'mysql://localhost:3306?u=root&p=password'Oracle coonection issue
https://dba.stackexchange.com/a/214077
-V, --version Output the version number
-h, --host Hostname of database -> localhost by default
-u, --user Username of database -> root by default
-p, --password Password of database -> empty by default
-d, --database database schema name
-o, --port Port number of mysql -> 3306 by default
-U --urls [u] Database URLs
-y, --readOnly readonly apis -> false by default
-y, --readOnly readonly apis -> false by default
-r, --ipAddress IP interface of your server / localhost by default
-n, --portNumber Port number for app -> 3000 by default
-a, --apiPrefix Api url prefix -> /api/ by default
-s, --storageFolder Storage folder -> current working dir by default (available only with local)
-i, --ignoreTables Comma separated table names to ignore
-c, --useCpuCores Specify number of cpu cores to use / 1 by default / 0 to use max
-h, --help Output usage information
``