Meta-schema Manager |
A database meta-schema file is the central repository of a database's meta-data; information about the tables, columns, and relations, and default values of a relational database. Information from the database meta-schema file is used by Genero Studio Form Designer, Business Application Modeling, and Code Editor.
The database meta-schema is not used by Genero Studio when an application is executed. Genero Studio uses the Genero runtime system and the specific database client software to access any databases referenced in a Genero application.
It is important that the database meta-schema file match the current structure of the database itself. If changes are made in the database structure, any database meta-schema files that describe the database must also be updated.
Meta-schema Manager includes options to create and update a database based on meta-schema file changes.
Set the GSTSCHEMANAMES environment variable to make meta-schemas available to all projects.