gvman
Tue, 16 Jun 2020 13:35:15 GMT
As table name unicity is guaranteed only in each schema Telosys uses one model for each schema. In your case you just have to define N databases in the file "databases.dbcfg" (in fact "db" means "db schema") For example : <db id = "1" for "schema 1" <db id = "2" for "schema 2" Thereby you will obtain multiple models (one for each db schema) and it's not a problem as a Telosys project can deal with N models. For code generation you will apply the same bundles of templates for all your models.
Thanks very much. Regards.
Thanks very much. Regards.