Skip to content

Commit

Permalink
Added docs for DB::disconnect() usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel LaBarge committed Dec 12, 2013
1 parent 7829bc0 commit 98373d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions database.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ Sometimes you may need to reconnect to a given database:

DB::reconnect('foo');

Other times you may need to disconnect from the given database due to exceeding the underyling PDO instance's `max_connections` limit:

DB::disconnect('foo');

<a name="query-logging"></a>
## Query Logging

Expand Down

0 comments on commit 98373d4

Please sign in to comment.