Comments - Could you suggest a connector which can work for Django and mariaDB?

7 years, 10 months ago CP Wen

I have some summaries for the question.

1. Re-install MariaDB to solve the problem that can't install the package "libmariadbclient-dev". "libmariadbclient-dev" is prerequisite for mysqlclient package. 2. PyMySQL can work well in the "fractional seconds" function with MySQL, not MariaDB. 3. I use mysqlclient in place of PyMySQL. Because mysqlclient can work well with MariaDB, and I think it is easier to use.

Thanks a lot for all your help, Bryan.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.