Skip to main content

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()
Build Status

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)

Uploaded Source

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

Hashes for umysqldb-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0a32ea634f54e97271620ebb082a43e7eec2905763da8eac1c65df4382cddbdc
MD5 4af74e4b2dae16ee25e1c3f1a9601c05
BLAKE2b-256 8d44372349fe432dd8075e5bf5779b10ff9b66d78c9d266b162b6515d12f5750

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.3 This release

1 file

1.0.2

1 file

1.0.1

1 file

1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page