A meta-model for SQL databases using FAMIXNG with its generator.
In a Pharo 7.0 image, open a playground and execute the following script:
Metacello new
repository: 'github://juliendelplanque/FAMIXNGSQL/src';
baseline: 'FAMIXNGSQL';
load
This section presents some tips and tricks that help in the development of the meta-model.
If you modified the generator and want to re-generate the meta-model, you have to:
- Ensure that no more instances of the meta-model exist in the system.
- Run
FmxSQLMetamodelGenerator generate.