Implementing databases not supported

Hello,

Is it possible to implement databases that are not officially supported (even NoSQL such as Cassandra) to work with Nextcloud? I imagine it is, but how difficult would it be? Haven’t seen anything related to this in the docs or forums, except to configure the already supported ones…

Thanks in advance for any help you are able to provide.

Well we use Doctrine everywhere. So it needs to be supported by Doctrine, before you can start to implement support for it on Nextcloud.

1 Like