maurerle / eralchemy2

Entity Relation Diagrams generation tool based on https://github.com/Alexis-benoist/eralchemy
Apache License 2.0
63 stars 15 forks source link

Add possibility to retrieve information from multiple schemas at once #37

Closed maurerle closed 1 month ago

maurerle commented 1 month ago

To retrieve information from multiple schemas, one has to prepare the base accordingly

A list of schemas can be used by setting a comma-separated string (as it is the case for the postgresql search path). This should fix #18