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()
Release files for umysqldb 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| umysqldb-1.0.3.tar.gz | 6.1 kB | Details |
Release files / umysqldb-1.0.3.tar.gz
| Download URL | umysqldb-1.0.3.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0a32ea634f54e97271620ebb082a43e7eec2905763da8eac1c65df4382cddbdc
|
|
BLAKE2b-256 checksum How to use checksums |
8d44372349fe432dd8075e5bf5779b10ff9b66d78c9d266b162b6515d12f5750
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |