A simple mysql client wrapper for sqlalchemy
Project description
A simple and intuative mysql client wrapper for sqlalchemy. Ideal for performing simple and raw operations in mysql.
Installation: pip install nmi_mysql
- Dependencies
Python 3.4+
sqlalchemy (http://www.sqlalchemy.org/)
pymysql (http://www.pymysql.org/)
- Change Log
- v.0.76
Fixed import issues
- v.0.75
Added deprecated warnings
- v.0.74
Automatically closes the connection and connects every query
- v.0.72
Fixed showing of SQLAlchemy Error instead of generic error message
- v.0.71
Added connection polling
Used sql alchemy core
Updated examples for database operations
- v.0.63
removed unecessary error message upon close
raise error instead of returning None
- v.0.62
returns affected rows when executing insert and update
defaults the return type for select to lists
- v.0.61
fixed logging issues
- v.0.58
added execute many
verified test for logger
- v.0.57
fixed bug on type checking
- v.0.56
updated base code for connection
added new docs
- v.0.55
fixed null being converted to string
updated docs for examples
For full documentation and usage: https://github.com/pprmint/nmi_mysql/blob/master/README.md
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
File details
Details for the file nmi_mysql-0.77.tar.gz.
File metadata
- Download URL: nmi_mysql-0.77.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1284fd30b0573c2d74e1916f9f8df9c608fbc1348763e6ba462775b5a42d4336
|
|
| MD5 |
13e10a4dda69e093ff8d5533e05d4b7c
|
|
| BLAKE2b-256 |
b5366d0256d8081b3fe301caa8ff5705458c97585db4d5da7d9fa8600da8f484
|