/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
site-packages
/
sqlalchemy
/
dialects
/
mysql
/
up file
home
� 1��fc @ s� d Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d Z d e f d � � YZ d e f d � � YZ d e f d � � YZ e Z d S( s� .. dialect:: mysql+mariadbconnector :name: MariaDB Connector/Python :dbapi: mariadb :connectstring: mariadb+mariadbconnector://<user>:<password>@<host>[:<port>]/<dbname> :url: https://pypi.org/project/mariadb/ Driver Status ------------- MariaDB Connector/Python enables Python programs to access MariaDB and MySQL databases using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses MariaDB Connector/C client library for client server communication. Note that the default driver for a ``mariadb://`` connection URI continues to be ``mysqldb``. ``mariadb+mariadbconnector://`` is required to use this driver. .. mariadb: https://github.com/mariadb-corporation/mariadb-connector-python i����Ni ( t MySQLCompiler( t MySQLDialect( t MySQLExecutionContexti ( t sql( t utili t&