feature request: support for wildcard schema/useAllSchemas flag/config
One of the reasons we're using a tool to map out oru DC for our documentation is that our DB isn't... cleanly seperated. Because of that individually mapping schemas means the bridges get missed, is there a way to add either a wildcard option in the checma selection/config and/or add a useAllSchemas flag/config to allow mapping between schemas?
Would it be ok if the schema selection would be the same as for the tables?
- multiselection via cli
- list of schemas in (run-)config
- a
--useAllSchemasflag
it would not be a wildcard option, but rather a multiselect
Sounds perfect!
On Sep 12, 2022, 8:45 PM, at 8:45 PM, KarnerTh @.***> wrote:
Would it be ok if the schema selection would be the same as for the tables?
- multiselection via cli
- list of schemas in (run-)config
- a
--useAllSchemasflagit would not be a wildcard option, but rather a multiselect
-- Reply to this email directly or view it on GitHub: https://github.com/KarnerTh/mermerd/issues/23#issuecomment-1244113193 You are receiving this because you authored the thread.
Message ID: @.***>
I finally found the time - support for multiple schemas is now added in version 0.5.0
you can use the --useAllSchemas flag, the interactive cli or a list of schemas in your (run-)config. Examples are in the readme