Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56318 > unrolled thread

Mysql's mysql module

Started byTobiah <toby@tobiah.org>
First post2013-10-07 11:08 -0700
Last post2013-10-07 21:54 +0200
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Mysql's mysql module Tobiah <toby@tobiah.org> - 2013-10-07 11:08 -0700
    Re: Mysql's mysql module Skip Montanaro <skip@pobox.com> - 2013-10-07 14:01 -0500
      Re: Mysql's mysql module Duncan Booth <duncan.booth@invalid.invalid> - 2013-10-07 19:31 +0000
        Re: Mysql's mysql module Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-10-07 21:54 +0200

#56318 — Mysql's mysql module

FromTobiah <toby@tobiah.org>
Date2013-10-07 11:08 -0700
SubjectMysql's mysql module
Message-ID<lMC4u.16756$I35.14494@fx01.iad>
I just noticed this:


http://dev.mysql.com/doc/connector-python/en/index.html


What are the thoughts on this vs. the MySQLdb with which
I'm familiar?

I also noticed MySQLdb2.  I was wondering whether to use
this version on a new project that is likely to take some
months to develop.

Thanks,

Tobiah

[toc] | [next] | [standalone]


#56319

FromSkip Montanaro <skip@pobox.com>
Date2013-10-07 14:01 -0500
Message-ID<mailman.811.1381172476.18130.python-list@python.org>
In reply to#56318
On Mon, Oct 7, 2013 at 1:08 PM, Tobiah <toby@tobiah.org> wrote:
> I just noticed this:
>
>
> http://dev.mysql.com/doc/connector-python/en/index.html

* Does it adhere to the Python database API?
http://www.python.org/dev/peps/pep-0249/

* Is source available?

* Does it have a reasonable open source license?

These questions come immediately to mind because at work we briefly
considered, then rejected, a similar offering from the Sybase folks
for connecting to (big surprise) Sybase. We never needed to ask the
first and third questions, because the answer to the second was, "no",
and they only offered a version built against Python 2.6. Since we use
Python 2.4 and 2.7, that was an immediate nonstarter.

Skip

[toc] | [prev] | [next] | [standalone]


#56321

FromDuncan Booth <duncan.booth@invalid.invalid>
Date2013-10-07 19:31 +0000
Message-ID<XnsA252D0467747duncanbooth@127.0.0.1>
In reply to#56319
Skip Montanaro <skip@pobox.com> wrote:

> On Mon, Oct 7, 2013 at 1:08 PM, Tobiah <toby@tobiah.org> wrote:
>> I just noticed this:
>>
>>
>> http://dev.mysql.com/doc/connector-python/en/index.html
> 
> * Does it adhere to the Python database API?
> http://www.python.org/dev/peps/pep-0249/
> 
> * Is source available?
> 
> * Does it have a reasonable open source license?
> 
> These questions come immediately to mind because at work we briefly
> considered, then rejected, a similar offering from the Sybase folks
> for connecting to (big surprise) Sybase. We never needed to ask the
> first and third questions, because the answer to the second was, "no",
> and they only offered a version built against Python 2.6. Since we use
> Python 2.4 and 2.7, that was an immediate nonstarter.
> 
> Skip

Based on a quick look at the link given, I think the answers to questions 1 
and 3 are yes and no respectively. No idea about #2.

-- 
Duncan Booth http://kupuguy.blogspot.com

[toc] | [prev] | [next] | [standalone]


#56323

FromChris “Kwpolska” Warrick <kwpolska@gmail.com>
Date2013-10-07 21:54 +0200
Message-ID<mailman.813.1381175686.18130.python-list@python.org>
In reply to#56321

[Multipart message — attachments visible in raw view] — view raw

On Oct 7, 2013 9:36 PM, "Duncan Booth" <duncan.booth@invalid.invalid> wrote:
>
> Skip Montanaro <skip@pobox.com> wrote:
>
> > On Mon, Oct 7, 2013 at 1:08 PM, Tobiah <toby@tobiah.org> wrote:
> >> I just noticed this:
> >>
> >>
> >> http://dev.mysql.com/doc/connector-python/en/index.html
> >
> > * Does it adhere to the Python database API?
> > http://www.python.org/dev/peps/pep-0249/
> >
> > * Is source available?
> >
> > * Does it have a reasonable open source license?
> >
> > These questions come immediately to mind because at work we briefly
> > considered, then rejected, a similar offering from the Sybase folks
> > for connecting to (big surprise) Sybase. We never needed to ask the
> > first and third questions, because the answer to the second was, "no",
> > and they only offered a version built against Python 2.6. Since we use
> > Python 2.4 and 2.7, that was an immediate nonstarter.
> >
> > Skip
>
> Based on a quick look at the link given, I think the answers to questions
1
> and 3 are yes and no respectively. No idea about #2.

Number two is "yes", unless there are deceptive statements on that page.
>
> --
> Duncan Booth http://kupuguy.blogspot.com
> --
> https://mail.python.org/mailman/listinfo/python-list

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web