Re: Ximin Luo > Despite advertising MariaDB support in the package description, this package > does > not actually support it: > > OmniDB_app.include.Spartacus.Database.Exception: MariaDB is not supported. > Please install it with 'pip install Spartacus[mariadb]'.
Hi, I got MySQL support working by adding a dependency on python3-pymysql. Maybe that's also working for MariaDB? A specific python mariadb driver doesn't seem to be packaged. Christoph

