-
Notifications
You must be signed in to change notification settings - Fork 24
Home
This is a plugin for [Archi](http://www.archimatetool.com/), the free Archimate Tool.
It allows to store models into a database.
- Installation
- Database connection
At the moment, the following databases drivers are included:
- MySQL
- Oracle
- PostGreSQL
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_.
- Import a model
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 ('%').
At the moment, each model will be imported in a separate Archi model. Thus, it is not (yet) possible to create relations between them.
- Export a model
The window lists all the models already stored in the database.
The fields are filled in with information retrieve from the Archi model, but it is possible to change all of them. It is even possible to rename the model (as long the ID remains the same).
Changing the ID allows to duplicate the model to a new one. The ID may be customized and must only contain alphanum characters.
It is of course possible to export a model that has not be imported first.