DBMS other than MySQL/MariaDB? #1784
Answered
by
sebastian-meyer
danielopitz
asked this question in
Q&A
-
|
Is it viable to use Presentation with e.g. PostgreSQL? In Production it's mandatory, but TYPO3 works just fine with PostgreSQL. |
Beta Was this translation helpful? Give feedback.
Answered by
sebastian-meyer
Dec 17, 2025
Replies: 1 comment 1 reply
-
|
Kitodo.Presentation doesn't handle DB connections itself but relies on TYPO3 instead which uses Doctrine DBAL for database abstraction. Therefor it's supposed to work with all DBMS that Doctrine supports (which are IBM Db2, MariaDB, MySQL, Oracle, PostgreSQL, MS SQL Server, and SQLite). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danielopitz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kitodo.Presentation doesn't handle DB connections itself but relies on TYPO3 instead which uses Doctrine DBAL for database abstraction. Therefor it's supposed to work with all DBMS that Doctrine supports (which are IBM Db2, MariaDB, MySQL, Oracle, PostgreSQL, MS SQL Server, and SQLite).
We are running our tests only with MariaDB, though.