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


Groups > comp.lang.python > #73655

Re: What is the state of MySQL support for Python 3?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <egon@frerich.eu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'author:': 0.03; 'url:sourceforge': 0.03; 'subject:Python': 0.06; 'gpl': 0.07; 'received:192.168.178': 0.07; 'subject:support': 0.07; 'url:github': 0.09; 'python': 0.11; 'andy': 0.16; 'block.': 0.16; 'etc...': 0.16; 'license:': 0.16; 'postgresql)': 0.16; 'scratch': 0.16; 'url:gz': 0.16; 'url:tar': 0.16; 'thanks,': 0.17; 'library': 0.18; 'header:User-Agent:1': 0.23; '2.x': 0.24; 'header:Received:8': 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; "i'm": 0.30; 'anyone': 0.31; 'interface': 0.32; 'subject:the': 0.34; 'but': 0.35; 'version:': 0.36; 'subject:?': 0.36; 'project': 0.37; 'starting': 0.37; 'stable': 0.38; 'to:addr:python-list': 0.38; 'planning': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'greatest': 0.60; 'guy': 0.60; 'new': 0.61; 'url:3': 0.61; 'name:': 0.61; 'finally': 0.65; 'latest': 0.67; 'url:facebook': 0.67; 'url:posts': 0.84
X-Virus-Scanned by goneo
X-Spam-Flag NO
X-Spam-Score -2.589
X-Spam-Level
X-Spam-Status No, score=-2.589 tagged_above=-999 tests=[ALL_TRUSTED=-1, AWL=0.311, BAYES_00=-1.9] autolearn=ham
X-Virus-Scanned Debian amavisd-new at freudenberg.ih
Date Fri, 27 Jun 2014 14:04:47 +0200
From Egon Frerich <egon@frerich.eu>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version 1.0
To python-list@python.org
Subject Re: What is the state of MySQL support for Python 3?
References <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com>
In-Reply-To <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com>
X-Enigmail-Version 1.5.2
Content-Type multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms090307050103000402000001"
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.11281.1403871162.18130.python-list@python.org> (permalink)
Lines 108
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1403871162 news.xs4all.nl 2910 [2001:888:2000:d::a6]:59615
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:73655

Show key headers only | View raw


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

Am 24.06.2014 10:21, schrieb haizaar@gmail.com:
> 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
> 

I have installed:

Metadata-Version: 1.1
Name: MySQL-python
Version: 1.2.3
Summary: Python interface to MySQL
Home-page: http://sourceforge.net/projects/mysql-python
Author: Andy Dustman
Author-email: adustman@users.sourceforge.net
License: GPL
Download-URL:
http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz

E.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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