UNKNOWN
Project description
= raisin.mysqldb =
This module contains a class for keeping a connection to a MySQL database:
- class DB:
“”” Encapsulate a MySQL connection in a class instance “””
It also contains a method to run Python methods while raising the right Exceptions when needed:
- def run_method_using_mysqldb(method, parameters, marker):
- “””
Run a method containing some code making use of the MySQL database. If anything goes wrong, return the marker, otherwise the result. “””
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
raisin.mysqldb-1.2.zip
(18.1 kB
view details)
File details
Details for the file raisin.mysqldb-1.2.zip
.
File metadata
- Download URL: raisin.mysqldb-1.2.zip
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e26943ded5ed647a1c4576daf33646c6d3f66710697cf3d7466f58a59982741a |
|
MD5 | 5c57aa12e5283e26ff826beca93ddf3e |
|
BLAKE2b-256 | 64ab8b537085a5b991542fb202fc867b519e9e4011816d3ea9919077e60b61b1 |