Skip to content

Commit 914103a

Browse files
committed
Update devel docs: PyMySQL
1 parent 5cc155b commit 914103a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

devel/SQLObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h2><a class="toc-backref" href="#id12">Introduction</a><a class="headerlink" hr
312312
<div class="section" id="requirements">
313313
<h2><a class="toc-backref" href="#id13">Requirements</a><a class="headerlink" href="#requirements" title="Permalink to this headline"></a></h2>
314314
<p>Currently SQLObject supports <a class="reference external" href="https://www.mysql.com/">MySQL</a> via <a class="reference external" href="https://sourceforge.net/projects/mysql-python/">MySQLdb</a> aka MySQL-python (called
315-
<a class="reference external" href="https://pypi.python.org/pypi/mysqlclient">mysqlclient</a> for Python 3) or <a class="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a> or <a class="reference external" href="https://github.com/python-oursql/oursql">oursql</a>, <a class="reference external" href="https://postgresql.org">PostgreSQL</a>
315+
<a class="reference external" href="https://pypi.python.org/pypi/mysqlclient">mysqlclient</a> for Python 3) or <a class="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a> or <a class="reference external" href="https://github.com/python-oursql/oursql">oursql</a> or <a class="reference external" href="https://github.com/PyMySQL/PyMySQL/">PyMySQL</a>, <a class="reference external" href="https://postgresql.org">PostgreSQL</a>
316316
via <a class="reference external" href="http://initd.org/psycopg/">psycopg2</a> or psycopg1, <a class="reference external" href="https://sqlite.org/">SQLite</a> via <a class="reference external" href="https://github.com/ghaering/pysqlite">PySQLite</a>, <a class="reference external" href="http://www.firebirdsql.org/en/python-driver/">Firebird</a> via <a class="reference external" href="http://www.firebirdsql.org/en/devel-python-driver/">fdb</a> or
317317
<a class="reference external" href="http://kinterbasdb.sourceforge.net/">kinterbasdb</a>, <a class="reference external" href="http://maxdb.sap.com/">MAX DB</a> (also known as SAP DB) via <a class="reference external" href="http://maxdb.sap.com/doc/7_8/50/01923f25b842438a408805774f6989/frameset.htm">sapdb</a>, Sybase via
318318
<a class="reference external" href="http://www.object-craft.com.au/projects/sybase/">Sybase</a>, and <a class="reference external" href="http://www.microsoft.com/sql/">MSSQL Server</a> via <a class="reference external" href="http://www.pymssql.org/en/latest/index.html">pymssql</a> (+ <a class="reference external" href="http://www.freetds.org/">FreeTDS</a>) or <a class="reference external" href="http://adodbapi.sourceforge.net/">adodbapi</a>

devel/_sources/SQLObject.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Requirements
4747
============
4848

4949
Currently SQLObject supports MySQL_ via MySQLdb_ aka MySQL-python (called
50-
mysqlclient_ for Python 3) or `MySQL Connector`_ or oursql_, PostgreSQL_
50+
mysqlclient_ for Python 3) or `MySQL Connector`_ or oursql_ or PyMySQL_, PostgreSQL_
5151
via psycopg2_ or psycopg1, SQLite_ via PySQLite_, Firebird_ via fdb_ or
5252
kinterbasdb_, `MAX DB`_ (also known as SAP DB) via sapdb_, Sybase via
5353
Sybase_, and `MSSQL Server`_ via pymssql_ (+ FreeTDS_) or adodbapi_
@@ -58,6 +58,7 @@ Sybase_, and `MSSQL Server`_ via pymssql_ (+ FreeTDS_) or adodbapi_
5858
.. _mysqlclient: https://pypi.python.org/pypi/mysqlclient
5959
.. _`MySQL Connector`: https://pypi.python.org/pypi/mysql-connector
6060
.. _oursql: https://github.com/python-oursql/oursql
61+
.. _PyMySQL: https://github.com/PyMySQL/PyMySQL/
6162
.. _PostgreSQL: https://postgresql.org
6263
.. _psycopg2: http://initd.org/psycopg/
6364
.. _SQLite: https://sqlite.org/

devel/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)