MySQLdb compatible wrapper for ultramysql
Project description
A MySQLdb compatible wrapper around ultramysql.
Usage
>>> import umysqldb
>>> umysqldb.install_as_MySQLdb()
>>> import MySQLdb
>>> MySQLdb is umysqldb
True
>>> conn = MySQLdb.connect(host='localhost')
>>> curs = conn.cursor()
>>> curs.execute("select 1")
1
>>> curs.fetchone()
(1L,)
>>> conn.close()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
umysqldb-1.0.3.tar.gz
(6.1 kB
view details)
File details
Details for the file umysqldb-1.0.3.tar.gz.
File metadata
- Download URL: umysqldb-1.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a32ea634f54e97271620ebb082a43e7eec2905763da8eac1c65df4382cddbdc
|
|
| MD5 |
4af74e4b2dae16ee25e1c3f1a9601c05
|
|
| BLAKE2b-256 |
8d44372349fe432dd8075e5bf5779b10ff9b66d78c9d266b162b6515d12f5750
|