On 06/29/2015 04:17 PM, Django [BOfH] wrote: > one short question: > > Are thzere any plans 'bout supporting MariaDB? At one installation this > is a "must have"/"killing frequest". Postgres isn't allowed. :/
Hi Django, Interesting. Why is Postgres not allowed? I would assume that it would be the other way around since MariaDB is based on code owned by Oracle and Postgres is "more" open source. Anyway, perhaps it's not of legal reasons but some technical reason. That said, Maria DB is not directly supported but you can see whether you can make it work with Maria DB. The database layer uses Hibernate (which is an ORM library). Hibernate supports multiple databases and in theory you might tell it to use a different database. This however has never tested but it you are willing to spend some time testing it, I can assist you. Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. https://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
