Skip to content

v0.3.0

Compare
Choose a tag to compare
@CraZySacX CraZySacX released this 17 Apr 13:36
· 142 commits to master since this release
  • 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.