-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
50 lines (45 loc) · 1.37 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
==========
nmi_mysql
==========
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