* Addded `mysqlclient` as supported libraries for mysql * Flake8 added for PEP8 syntax check * Changed Github repo to mirror and moved main repo to Gitlab
2.0
* Added SUM function * Added support for Postgresql * Minor fixes
1.6.0
* Support for all available connection parameters in mysql.connector * Added example for execution of custom queries * Added Link for available connection parameters * Flake8 improvements (PEP8)
1.5.0
* README changed to rst from markdown, and design improvements. Thanks to Said Ozcan * Port support added. Thanks to Devashish Chandra * Increment function added * where builder moved to function. * Travis-CI integration
1.4
* Added support for custom filter comparision * Not NULL and is NULL support added * Added support for filters to find between two values
1.3
* Added update on key exists to update some columns if key is duplicate