[Python-ideas] Official MySQL module

David Mertz mertz at gnosis.cx
Thu Mar 7 22:16:26 CET 2013


I disagree moderately with Dustin.  Obviously, it is true that a magic wand
doesn't produce a standard-library module.  However, having support for
MySQL/MariaDB (and PostgreSQL) in the standard library would be desirable.
This would bring MySQL support to the same level as we have for SQLite3.

In particular, I would NOT WANT such standard library support to include
any ORM layer to it; I feel like those should remain as third-party tools
(and compete on their various merits).  But the basic level of providing a
*binding* feels like something desirable (and specifically, a binding that
was as close to a drop-in substitute for 'sqlite3' as possible).


On Thu, Mar 7, 2013 at 12:59 PM, Dustin J. Mitchell <dustin at v.igoro.us>wrote:

> On Thu, Mar 7, 2013 at 3:41 PM, Thomas Allen <jsbfox at gmail.com> wrote:
> > Hi, there! Do you plan to add an official module for connecting to MySQL
> > databases? Existing third-party modules are bad-documented or no longer
> > maintained... That's kinda strange, that such a nice language doesn't
> have
> > it yet.
>
> Where would such a module come from?  The PSF can't wave a magic
> "official" flag and will software into existence.  Someone needs to
> write it.
>
> I suspect from your use of the term "third party", that you come from
> the world of proprietary software.  In OSS, we're all mutual third
> parties.
>
> There are several nice MySQL bindings out there.  Just about everyone
> uses Python-MySQL, but I've recently given my heart to PyMySQL, since
> it's pure python and thus a lot easier to install.  If I recall from
> the SQLAlchemy docs, there are a few others out there.  So I suspect
> that your basic premise is incorrect: there's lots of good options out
> there, and in fact several tools to abstract the differences between
> them (SQLAlchemy being my choice).  I don't think the community would
> be well-served by selecting one as the default implementation.
>
> Dustin
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>



-- 
Keeping medicines from the bloodstreams of the sick; food
from the bellies of the hungry; books from the hands of the
uneducated; technology from the underdeveloped; and putting
advocates of freedom in prisons.  Intellectual property is
to the 21st century what the slave trade was to the 16th.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130307/be332592/attachment.html>


More information about the Python-ideas mailing list