docs: add docs:generating multiple schemas at once

This commit is contained in:
Bert Verhelst 2019-08-01 10:14:13 +02:00 committed by GitHub
parent c85d400333
commit 1f4cfedc38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,9 @@ Options:
-o, --output Where to place generated models
[default: "Z:\Repos\typeorm-model-generator\output"]
-s, --schema Schema name to create model from. Only for mssql and
postgres
postgres. Specify multiple schemas at once by providing
a comma separated list.
eg: -s scheme1, scheme2, scheme3
--ssl [boolean] [default: false]
--noConfig Doesn't create tsconfig.json and ormconfig.json
[boolean] [default: false]