Installation¶
Install this extension and you can start using its API for issuing SQL queries to any database inside your own code.
It requires extension “svconnector” which provides the base for all connector services.
Updating to 2.2.0¶
The old ADODB-based database abstraction layer was entirely removed in version 2.2.0.
This will affect your existing configuration if you used the uri
parameter
to define your database connections. There is no backward compatibility.
Please check the Configuration chapter to check which
parameters can be used instead.
A smaller breaking change is that the fetchMode
parameter now uses directly
a PHP constant (or its equivalent value). Before version 2.2.0, the constant
was used as a string and interpreted by the service using constant()
.
You need to adapt your configuration accordingly.