mermerd icon indicating copy to clipboard operation
mermerd copied to clipboard

feature request: support for wildcard schema/useAllSchemas flag/config

Open kennethcurrie opened this issue 3 years ago • 2 comments

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?

kennethcurrie avatar Sep 12 '22 16:09 kennethcurrie

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 --useAllSchemas flag

it would not be a wildcard option, but rather a multiselect

KarnerTh avatar Sep 12 '22 18:09 KarnerTh

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 --useAllSchemas flag

it 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: @.***>

kennethcurrie avatar Sep 13 '22 05:09 kennethcurrie

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

KarnerTh avatar Dec 28 '22 19:12 KarnerTh