Fixed a bug where execute() did not commit any transactions.
Added support for Microsoft SQL and optional parameters to pass into connect functions.
1.2.0
Add SSL encryption option and receiving all messages up to a delimiter
1.1.3
Allows responses from servers that don't send back JSON responses. Also reinitializes a socket after closing, fixing a major bug creating a 'Bad File Descriptor' error
1.1.0
Update SocketConnection with a new `send_to` class method. Useful for one-time connections. Create a SocketConnection object and use `send` for connections you'll be connecting to multiple times.
1.0.2
Initial Production Release. Includes - DatabaseConnector for MySQL, SQLite, and PostgreSQL - SocketConnector