Closed pixelbrackets closed 4 years ago
I ran a test against PostgreSQL and want to share the result. This is not a feature request, but rather just for information in case somebody else would want to pick up this topic.
dbal
to workmysqli
to a custom driver like postgres
(https://github.com/in2code-de/in2publish_core/blob/develop/Classes/Utility/DatabaseUtility.php#L91)mysqli
to a custom driver like postgres
(https://github.com/in2code-de/in2publish_core/blob/develop/Classes/Utility/DatabaseUtility.php#L91)
»in2publish« says in the requirements, that MySQL is the supported type of database. TYPO3 CMS offers a database layer, which supports other database types like Microsoft SQL Server and PostgreSQL. So in theory the extension could support other databases as well. What is needed to do so?