Use Sql server underneath business modeler

0
Is it possible to put a SQL Server database underneath the business modeler? Currently I am busy with the business modeler stand-alone which runs on HSQL. I did not buy a license because as long as you use it stand-alone this is allowed.
asked
2 answers
0

You can run your application on an SQL Server, both locally and elsewhere, by going to the Project Settings and adding or changing a configuration and setting the database type on SQL Server. Just fill in the location and username/password of the server you have running.

answered
0

As far as I know in version 3 the model database can only be the HSQL. In 2.5 this was also MSSQL or postgresql.

answered