MySQL Connector als Alternative zu MySQLdb...

Sockets, TCP/IP, (XML-)RPC und ähnliche Themen gehören in dieses Forum
Antworten
Benutzeravatar
jens
Python-Forum Veteran
Beiträge: 8502
Registriert: Dienstag 10. August 2004, 09:40
Wohnort: duisburg
Kontaktdaten:

MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. This means you don't have to compile anything or MySQL doesn't even have to be installed on the machine.

Work is on its way to also include an optional installation which compiles against the MySQL C client libraries.
https://launchpad.net/myconnpy
http://forge.mysql.com/projects/project.php?id=302

Mal sehen ob das was wird ;)

GitHub | Open HUB | Xing | Linked in
Bitcoins to: 1JEgSQepxGjdprNedC9tXQWLpS424AL8cd
Leonidas
Python-Forum Veteran
Beiträge: 16025
Registriert: Freitag 20. Juni 2003, 16:30
Kontaktdaten:

Schön, eine Alternative zu pg8000. Vielleicht bekommt MySQL auch mal halbwegs brauchbaren Support in Python :)
My god, it's full of CARs! | Leonidasvoice vs (former) Modvoice
apollo13
User
Beiträge: 827
Registriert: Samstag 5. Februar 2005, 17:53

Könnt mir vorstellen, dass SA 0.6 support dafür haben wird…
Benutzeravatar
jens
Python-Forum Veteran
Beiträge: 8502
Registriert: Dienstag 10. August 2004, 09:40
Wohnort: duisburg
Kontaktdaten:

Und noch ein neuer: "oursql"
  • * oursql has real parameterization.
    * oursql allows text or binary data to be streamed into the database and streamed out of the database, instead of requiring everything to be buffered in the client.
    * oursql can both insert rows lazily and fetch rows lazily.
    * oursql has unicode support on by default.
    * oursql is licensed under the BSD license.
http://packages.python.org/oursql/index.html

GitHub | Open HUB | Xing | Linked in
Bitcoins to: 1JEgSQepxGjdprNedC9tXQWLpS424AL8cd
Antworten