New release UnityBase 4.1-beta8

In beta8 we restore a DDL generation for PostgreSQL + add support for PostgreSQL 10.

Don't forget to upgrade a ubcli utility by executing a command

npm i -g @unitybase/ubcli@1.2.0 --registry=http://registry.unitybase.info

Database connection configuration sample:

{
    "name": "main",
    "driver": "PostgreSQL",
    "isDefault": true,
    "dialect": "PostgreSQL",
    "serverName": "postgresql://localhost:5432",
    "databaseName": "postgres",
    "userID": "ub_autotest",
    "password": "ub_autotest",
    "supportLang": ["en", "uk"],
    "advSettings": "LibLocation=D:\\apps\\PostgreSQL10\\bin\\libpq.dll"
}