Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/famixngsql

A meta-model for SQL databases using FAMIXNG with its generator.
https://github.com/juliendelplanque/famixngsql

moose pharo smalltalk

Last synced: about 2 months ago
JSON representation

A meta-model for SQL databases using FAMIXNG with its generator.

Awesome Lists containing this project

README

        

# FAMIXNGSQL [![Build Status](https://travis-ci.org/juliendelplanque/FAMIXNGSQL.svg?branch=master)](https://travis-ci.org/juliendelplanque/FAMIXNGSQL)
A meta-model for SQL databases using FAMIXNG with its generator.

## Install
In a Pharo 7.0 image, open a playground and execute the following script:

```
Metacello new
repository: 'github://juliendelplanque/FAMIXNGSQL/src';
baseline: 'FAMIXNGSQL';
load
```

## Developing the meta-model generator
This section presents some tips and tricks that help in the development of the
meta-model.

### Modifying the meta-model generator
If you modified the generator and want to re-generate the meta-model, you have
to:
1. Ensure that no more instances of the meta-model exist in the system.
2. Run `FmxNewSQLMetamodelGenerator class>>#regenerateMetaModel`