Bugfix 1. Fixed the bug where the `SimplePgSQL` class was not able to write to db. 2. The `SimplePgSQL.read` method was not able to take list as an input for conditions. Fixed that.
0.1.9
Added 1. Can write multiple lines at once to the db
Added 1. It automatically creates and destroys the cursor. No need to use `with` to enter.
Removed/Deprecated 1. DBConnect Class. It will still exist but new features will not be supported for backwards compatibility of versions. It is replaced by `SimplePgSQL` class.
0.1.6
Bugfix 1. fixed Breaking of IN/NOT IN usage.
0.1.5
Added 1. Read now supports BETWEEN, IN, NOT IN clauses.