Skip to content

Commit

Permalink
Add delete to the list of methods supported
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayagarwal committed Jun 26, 2015
1 parent b0cc112 commit 6efaeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ So, we only need to place items in the `read` and `write` arrays if we wish to o
<a name="running-queries"></a>
## Running Raw SQL Queries

Once you have configured your database connection, you may run queries using the `DB` facade. The `DB` facade provides methods for each type of query: `select`, `update`, `insert`, and `statement`.
Once you have configured your database connection, you may run queries using the `DB` facade. The `DB` facade provides methods for each type of query: `select`, `update`, `insert`, `delete`, and `statement`.

#### Running A Select Query

Expand Down

0 comments on commit 6efaeb7

Please sign in to comment.