Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorbutsjoh
     
    According to the code in the model: 'FrameworkSetup' only the following database types are supported:

    var $available_databases = array(
    'mysql' => 'MySQL',
    'pgsql' => 'PostgreSQL',
    'sqlite' => 'SQLite'
    );

    Is there a way to use ms sql if you provided the connection settings manually or it is it not support in the current version ?
    •  
      CommentAuthorbermi
     

    MSSQl is not officially supported by Akelos. Akelos uses phpAdodb which is MSSQL compatible.

    Some developers have reported success on MSSQL but we can't confirm it passes the tests.