Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73544
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <songofacandy@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'subject:support': 0.07; 'url:github': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; '24,': 0.16; 'block.': 0.16; 'etc...': 0.16; 'fork': 0.16; 'postgresql)': 0.16; 'scratch': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'library': 0.18; 'cc:addr:python.org': 0.22; '2.x': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; 'specifically': 0.29; '[1]': 0.29; 'url:code': 0.29; '(like': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'anyone': 0.31; 'url:python': 0.33; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'project': 0.37; 'starting': 0.37; 'stable': 0.38; 'planning': 0.38; 'pm,': 0.38; 'does': 0.39; 'either': 0.39; 'url:mail': 0.40; 'greatest': 0.60; 'guy': 0.60; 'new': 0.61; 'finally': 0.65; 'to:addr:gmail.com': 0.65; 'latest': 0.67; 'url:facebook': 0.67; 'url:posts': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=eoSd3VtkIwIgXyYZ7ZdSokSCtvCNCHIE050K/NQ4jxY=; b=w4KDC05CFKp3T73IuoxoALeBEcfU54S9eteNBqzhhLUlomPCgxgOmwkmiQjg7kqusT iZR0lBkcsMrNfZyzmxZccHEY9VmgsqZP4/CSz29B96KCLBunDwb1PaODe1v2dftZNdu0 KTQdWDdj428UV1uPGLOx8Y8kCfivWFoXxO0TOoI4sLKuIh6reslpstZUdE1jWjfqVYxI 8X969YVsq4LNerkXEFe+7AL+mXw8ddfnqPztOgSYFCjHItPefnPXOQ4DS/VsLRb1x2rD Qn884d9UCLSa+OnKZem0hDTmeZsz3aNf/c5PJ1/kRE4EXhkyUmUkiSlVPHJ/W/QgT3TC wgDQ== |
| X-Received | by 10.140.87.52 with SMTP id q49mr1356336qgd.43.1403615611810; Tue, 24 Jun 2014 06:13:31 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com> |
| References | <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com> |
| From | INADA Naoki <songofacandy@gmail.com> |
| Date | Tue, 24 Jun 2014 22:13:11 +0900 |
| Subject | Re: What is the state of MySQL support for Python 3? |
| To | haizaar@gmail.com |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailman-Approved-At | Tue, 24 Jun 2014 15:16:36 +0200 |
| Cc | "python-list@python.org" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11217.1403615798.18130.python-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1403615798 news.xs4all.nl 2854 [2001:888:2000:d::a6]:55596 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73544 |
Show key headers only | View raw
Hi. PyMySQL -- pure Python MySQL connector. Supports Python 3.3~. mysqlclient -- Fork of MySQLdb. Supports Python 3.3~. On Tue, Jun 24, 2014 at 5:21 PM, <haizaar@gmail.com> wrote: > Good day, > > I'm starting a new project from scratch so I think its finally a time to switch to the latest and greatest Python 3.4. > > But I'm puzzled with MySQL support for Python 3. So far the only stable library I've found it pymysql. > > All others are either abandoned work-in-progress projects or do not support Python 3: > * mysqldb - Python 2.x only > * mysql-ctypes - Python 2.x only > * amysql - Python 2.x only > * ultramysql - Python 2.x only > * MySQL Connector/Python - new guy in block. Does anyone use it? > * WebScaleSQL + MySQLdb1 [1] - still in development, state unknown? > * etc... > > So what library do you use for MySQL access in Python 3? > I'm specifically interested in async support (like in psycopg2 for PostgreSQL) since I'm planning to use Tornado. > > Thanks, > Zaar > > [1] https://github.com/farcepest/MySQLdb1 > https://code.facebook.com/posts/1474977139392436/webscalesql-a-collaboration-to-build-upon-the-mysql-upstream/ > http://www.percona.com/live/mysql-conference-2014/sessions/asynchronous-mysql-how-facebook-queries-databases > > -- > https://mail.python.org/mailman/listinfo/python-list -- INADA Naoki <songofacandy@gmail.com>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What is the state of MySQL support for Python 3? haizaar@gmail.com - 2014-06-24 01:21 -0700
Re: What is the state of MySQL support for Python 3? Bernd Nawothnig <Bernd.Nawothnig@t-online.de> - 2014-06-24 11:43 +0200
Re: What is the state of MySQL support for Python 3? Chris Angelico <rosuav@gmail.com> - 2014-06-24 19:48 +1000
Re: What is the state of MySQL support for Python 3? haizaar@gmail.com - 2014-06-24 03:41 -0700
Re: What is the state of MySQL support for Python 3? INADA Naoki <songofacandy@gmail.com> - 2014-06-24 22:13 +0900
Re: What is the state of MySQL support for Python 3? Egon Frerich <egon@frerich.eu> - 2014-06-27 14:04 +0200
csiph-web