DBConcept

Filters ::: filter_dbconcept
Maintained by Erwan Gallenne
Plugin filter to create Merise schema from text ([Mocodo](http://mocodo.wingi.net/) format).
Latest release:
14 sites
13 downloads
1 fans
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4

Plugin Filter DBConcept

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.

Use :

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 :

  • MCD (default value)
  • UML-Domaine
  • UML-Classes
  • UML-API
  • MR-EN
  • MR-Univ
  • Tables
  • SQL-MariaDB
  • SQL-PostgreSQL
  • SQL-Sqlite

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Erwan Gallenne (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
Please login to post comments