package documentation

Undocumented

Module aiomysql .. dialect:: mysql+aiomysql :name: aiomysql :dbapi: aiomysql :connectstring: mysql+aiomysql://user:password@host:port/dbname[?key=value&key=value...] :url: https://github.com/aio-libs/aiomysql...
Module asyncmy .. dialect:: mysql+asyncmy :name: asyncmy :dbapi: asyncmy :connectstring: mysql+asyncmy://user:password@host:port/dbname[?key=value&key=value...] :url: https://github.com/long2ice/asyncmy...
Module base .. dialect:: mysql :name: MySQL / MariaDB :full_support: 5.6, 5.7, 8.0 / 10.4, 10.5 :normal_support: 5.6+ / 10+ :best_effort: 5.0.2+ / 5.0.2+
Module cymysql .. dialect:: mysql+cymysql :name: CyMySQL :dbapi: cymysql :connectstring: mysql+cymysql://<username>:<password>@<host>/<dbname>[?<options>] :url: https://github.com/nakagami/CyMySQL
Module dml No module docstring; 1/1 function, 1/2 class documented
Module enumerated Undocumented
Module expression Undocumented
Module json Undocumented
Module mariadb Undocumented
Module mariadbconnector .. dialect:: mysql+mariadbconnector :name: MariaDB Connector/Python :dbapi: mariadb :connectstring: mariadb+mariadbconnector://<user>:<password>@<host>[:<port>]/<dbname> :url: https://pypi...
Module mysqlconnector .. dialect:: mysql+mysqlconnector :name: MySQL Connector/Python :dbapi: myconnpy :connectstring: mysql+mysqlconnector://<user>:<password>@<host>[:<port>]/<dbname> :url: https://pypi.org/project/mysql-connector-python/...
Module mysqldb .. dialect:: mysql+mysqldb :name: mysqlclient (maintained fork of MySQL-Python) :dbapi: mysqldb :connectstring: mysql+mysqldb://<user>:<password>@<host>[:<port>]/<dbname> :url: https://pypi...
Module provision Undocumented
Module pymysql .. dialect:: mysql+pymysql :name: PyMySQL :dbapi: pymysql :connectstring: mysql+pymysql://<username>:<password>@<host>/<dbname>[?<options>] :url: https://pymysql.readthedocs.io/
Module pyodbc .. dialect:: mysql+pyodbc :name: PyODBC :dbapi: pyodbc :connectstring: mysql+pyodbc://<username>:<password>@<dsnname> :url: https://pypi.org/project/pyodbc/
Module reflection No module docstring; 0/1 variable, 3/3 functions, 2/2 classes documented
Module reserved_words Undocumented
Module types No module docstring; 2/5 classes documented

From __init__.py:

Class BIGINT MySQL BIGINTEGER type.
Class BIT MySQL BIT type.
Class CHAR MySQL CHAR type, for fixed-length character data.
Class DATETIME MySQL DATETIME type.
Class DECIMAL MySQL DECIMAL type.
Class DOUBLE MySQL DOUBLE type.
Class ENUM MySQL ENUM type.
Class FLOAT MySQL FLOAT type.
Class INTEGER MySQL INTEGER type.
Class JSON MySQL JSON type.
Class LONGBLOB MySQL LONGBLOB type, for binary data up to 2^32 bytes.
Class LONGTEXT MySQL LONGTEXT type, for text up to 2^32 characters.
Class match Produce a ``MATCH (X, Y) AGAINST ('TEXT')`` clause.
Class MEDIUMBLOB MySQL MEDIUMBLOB type, for binary data up to 2^24 bytes.
Class MEDIUMINT MySQL MEDIUMINTEGER type.
Class MEDIUMTEXT MySQL MEDIUMTEXT type, for text up to 2^24 characters.
Class NCHAR MySQL NCHAR type.
Class NUMERIC MySQL NUMERIC type.
Class NVARCHAR MySQL NVARCHAR type.
Class REAL MySQL REAL type.
Class SET MySQL SET type.
Class SMALLINT MySQL SMALLINTEGER type.
Class TEXT MySQL TEXT type, for text up to 2^16 characters.
Class TIME MySQL TIME type.
Class TIMESTAMP MySQL TIMESTAMP type.
Class TINYBLOB MySQL TINYBLOB type, for binary data up to 2^8 bytes.
Class TINYINT MySQL TINYINT type.
Class TINYTEXT MySQL TINYTEXT type, for text up to 2^8 characters.
Class VARCHAR MySQL VARCHAR type, for variable-length character data.
Class YEAR MySQL YEAR type, for single byte storage of years 1901-2155.