Fri, 2014-11-14 08:30anatoliydimitrov
You can use the popular programming language Python to manage data stored in MariaDB. Here is everything you need to know about connecting to MariaDB from Python for retrieving, updating, and inserting information.
Preparation and installation
If you don't already have MariaDB installed on your system, check the official MariaDB installation instructions or read the blog post on How to install MariaDB on CentOS 7.
If you want to try out Python integration with MariaDB but you don't have a database to play with, you can use the popular employees example database.
MariaDB provides …
[Read more]