Selective Database Management

One might have 2 sets of objects. One set for one database, another for a different database. This is currently not supported by database manager which simply creates shema for all declared objects in the specified database. For example one might have a local configuration database separately to the main database (which may use a different driver).

This is covered by Multi Model design feature.

This feature was implemented.