This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
MySQL multiple database attr force option #204
Labels
enhancement
new feature or bug with easy workaround
I'm using multiple database. db1, db2, db3 ...
-d db1
does not add the database attribute.https://github.com/Kononnable/typeorm-model-generator/blob/master/src/drivers/AbstractDriver.ts#L208
multiple databases require
,
-d db1,db2,db3
This adds the database properties but outputs all the files in one place.I want to create a folder for each database and specify the folder name when importing entities.
I think it would be nice to have the option of forcibly adding a database attribute even if you enter a single db(
-d db1
).The text was updated successfully, but these errors were encountered: