-
Notifications
You must be signed in to change notification settings - Fork 24
Home
This is a plugin for Archi, the free Archimate Tool.
It allows to store models into a database.
Download the latest JAR file and copy it into Archi's plugins folder and restart Archi. You should see new import and export menus:
When importing or exporting a model, the plugin asks information about the database to connect to:
At the moment, the following databases drivers are included:
- MySQL
- Oracle
- PostGreSQL
The Remember option allows to memorize the information provided. Next time the plugin is used, the values will be automatically filled-in.
The Do not ask me again option tells the plugin not to show this popup again as long as it can connect to the database.
The information is stored in a file called org.archicontribs.database in the Archi folder. Please be aware that this file is unencrypted and that your database password will be readable by everybody.
Should you selected the Do not ask me again option and want to see the popup again, you may edit the org.archicontribs.database file and either remove the line doNotAskAgain=true either change the value to false.
Once connected to the database, a windows shows up and list the models found in the database:
When a model is selected in the list, the model versions are updated. When a version is selected, the name, relase note, owner and purpose are updated.
It is possible to filter the models listed. The filter is case insensitive and use SQL wildcard character ('%').