Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliendelplanque/famixngsql
- Owner: juliendelplanque
- License: mit
- Created: 2017-12-20T12:56:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T13:23:22.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T13:28:29.857Z (2 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Size: 954 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`