DBGUI could generate wizards on a different database schemas. Here is an example of the simple schema which includes trunk, branch, cross and facets:
>>> from rex.core import Rex >>> from rex.dbgui import root_wizard, table_wizard >>> import yaml >>> app = Rex('rex.dbgui_demo', db='pgsql:dbgui_demo', attach_dir='./build')