v0.3.0
- Added support for maxidle on the connection. This will shutdown connections after 'maxidle' milliseconds. Subsequent calls to getConnection will return a new connection.
- Added type mappings in line with Java Type Mappings
- Added winston logging support.