Erwan Gallenne
Lead maintainer
Plugin filter to create Merise schema from text (Mocodo format).
It uses DBConcept tool made by FranK ENDRES (frankendres@tuxfamily.org). Complete syntax is available at https://dbconcept.tuxfamily.org/.
This plugin is distributed under CeCILL v2.1 licence.
Add Mocodo format text between [dbconcept]...[/dbconcept] Example :
[dbconcept]
Book:id,title
writes, 1N Book, 1N Author
Author:id,firstname,lastname
[/dbconcept]
Default view is MCD, if you want another schema :
[dbconcept MLD]
Book:id,title
writes, 1N Book, 1N Author
Author:id,firstname,lastname
[/dbconcept]
Multiple views is available :
[dbconcept MLD SQL-MariaDB]
Book:id,title
writes, 1N Book, 1N Author
Author:id,firstname,lastname
[/dbconcept]
Available values are :