`FoxxRepository#save(model)`
Saves a model into the database.
Expects a model. Will set the ID and Rev on the model.
Returns the model.
@EXAMPLES
```javascript
repository.save(my_model);
```