# Sample database exporter for Zymonic # The database exporter takes a MySQL/PostrgeSQL database # and creates Zymonic XML descriptions of every table. # Lines beginning # or without an = are ignored. # The options not specified in this file are taken from # the Zymonic system used to start the export. # Database to export database = my_database # Permissions to add permissions = admins,anyauth # Auto-Create autocreatemaintenanceprocess = true autocreateform = true autocreatefilter = true # Zymonic needs all tables to have primary keys - this option auto adds them addmissingprimary = true # Output prefix outputprefix = ./test_output_