Developer postOriginal post (opens in a new tab)

ServerComposer Update! Version 0.17 Released!

ServerComposer Version 0.17 - 2018.11.06

Today we have released a new version of ServerComposer with some new commands. Full details of what's new in this release are listed here:

now you can connect in MySql and PostgreSql directly ...

Socket
New commands [BETA] :

  • int OpenMysqlConnection(int DBConnectionID,string MySqlConfig, string MySqlUser,string MySqlPassword)
  • int OpenPgsqlConnection(int DBConnectionID,string PgSqlConfig, string PgSqlUser,string PgSqlPassword)

Websocket
New commands [BETA] :

  • int OpenMysqlConnection(int DBConnectionID,string MySqlConfig, string MySqlUser,string MySqlPassword)
  • int OpenPgsqlConnection(int DBConnectionID,string PgSqlConfig, string PgSqlUser,string PgSqlPassword)

IDE

  • Sintax Pack bug fix
  • Added new lua operators sintax
  • General bug fix

Enjoy :)