Seite 1 von 1
MySQL Connector als Alternative zu MySQLdb...
Verfasst: Dienstag 6. Oktober 2009, 08:41
von jens
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

Verfasst: Dienstag 6. Oktober 2009, 09:16
von Leonidas
Schön, eine Alternative zu pg8000. Vielleicht bekommt MySQL auch mal halbwegs brauchbaren Support in Python

Verfasst: Dienstag 6. Oktober 2009, 16:58
von apollo13
Könnt mir vorstellen, dass SA 0.6 support dafür haben wird…
Verfasst: Freitag 4. Dezember 2009, 11:40
von jens
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