Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

0.6.1

Compare
Choose a tag to compare
@ihabunek ihabunek released this 13 Sep 13:24
· 118 commits to develop since this release
  • Added DB::disconnect(), for disconnecting a single connection
  • Added DB::isConnected(), for checking if a connection is up
  • Added DB::setConnection(), useful for mocking
  • Added Connection->inTransaction()