MariaDB and Python

You are viewing an old version of this question. View the current version here.

Hello Everyone,

So I'm a Python developer and I've recently installed XAMPP on my machine which uses MariaDB as its SQL engine. I've been able to write some code which conducts simple access to Maria, such as connecting to a database, creating a table and populating it (after much trial and error), but the syntax for doing so does not match that in "standard" MySQL docs.

Is there a MariaDB MySQL manual that can be viewed online or downloaded that shows how to work with this database using Python, Perl, PHP or other programming languages?

Thank you, Glen

Answer Answered by Ian Gilfillan in this comment.

You can take a look at MariaDB Connector/Python. There is a link to documentation with basic usage examples there.

Comments

Comments loading...
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.