Moodle Plugins directory: DBConcept: Versions: v1.0.4 | Moodle.org

DBConcept
Filters ::: filter_dbconcept
Maintained by
Erwan Gallenne
Plugin filter to create Merise schema from text ([Mocodo](http://mocodo.wingi.net/) format).
DBConcept v1.0.4
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: søndag, 2. juni 2024, 12:37
Code prechecks
overview
phplint
phpcs11 | 1
js5819 | 3302
css
phpdoc
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLPlugin 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.
Actual DBConcept version is 0.5.1
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
Version information
- Version build number
- 2024052900
- Version release name
- v1.0.4
- Maturity
- Stabil versjon
- MD5 Sum
- 100768187abbf319087c8ecfcaadcd1a
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v1.0.3
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation