관리-도구
편집 파일: mariadbconnector.cpython-38.pyc
U -?�fx! � @ s� d Z ddlZddlmZ ddlmZ ddlmZ ddlmZ dd l m Z dd l mZ ddl mZ dZ G d d� dejej �ZG dd� de�ZG dd� de�ZG dd� de�ZeZdS )a� .. 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 � N)�UUID� )� MySQLCompiler)�MySQLDialect)�MySQLExecutionContext� )�sql)�util)�sqltypes)r r r c @ s e Zd Zdd� ZdS )�_MariaDBUUIDc C s"