This repository was archived by the owner on May 24, 2022. It is now read-only.
0.6.1
- 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()