Stand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies
Project description
rest_mysql
Stand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies.
Install
pip install rest_mysql
Using
Instead of pulling Record_MySQL from RestOC as we did in the past, change any references to rest_mysql
Old:
from RestOC import Record_MySQL
from RestOC.Record_MySQL import db_create, Record
from RestOC.Record_Base import register_type
New:
from rest_mysql import Record_MySQL
from rest_mysql.Record_MySQL import db_create, Record
from rest_mysql.Record_Base import register_type
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
rest_mysql-1.1.0.tar.gz
(24.0 kB
view details)
File details
Details for the file rest_mysql-1.1.0.tar.gz.
File metadata
- Download URL: rest_mysql-1.1.0.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.31.0 rfc3986/1.5.0 tqdm/4.65.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fdb0b60f61a23e5be4aa8cdc7b2ffdf21aa1d48a771c509c576778a81723697
|
|
| MD5 |
1d060b0aebbaaf24cc32834ae9b41a20
|
|
| BLAKE2b-256 |
0289360b6b60207f5e6f9ad0cfb2d988de0942f4c5de6888c77af827996c564d
|