All basic insert, update, delete and select methods should be implemented.
### Relations
Supported relations are:
...
...
@@ -224,7 +226,7 @@ And the inverse relation:
Other relations are not yet supported, but may be added in the future. Read more about these relations on http://four.laravel.com/docs/eloquent#relationships
**Raw Expressions**
### Raw Expressions
These expressions will be injected directly into the query.
...
...
@@ -241,7 +243,7 @@ Or you can access the internal object directly:
User::raw()->find();
**Query Caching**
### Query Caching
You may easily cache the results of a query using the remember method: