mirror of https://gitee.com/bigwinds/arangodb
Fixed #1150. Added Queries to the Summary
This commit is contained in:
parent
6e75963843
commit
ac4597b802
|
@ -19,6 +19,8 @@ exports.repository = TodosRepository;
|
|||
|
||||
You can define custom query methods using Foxx.createQuery and Foxx.Repository.extend.
|
||||
|
||||
For more details see the chapter on [Foxx Queries](../Foxx/FoxxQueries.md).
|
||||
|
||||
*Examples*
|
||||
|
||||
Making a simple query in the repository and using it from the controller:
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
* [FoxxController](Foxx/FoxxController.md)
|
||||
* [FoxxModel](Foxx/FoxxModel.md)
|
||||
* [FoxxRepository](Foxx/FoxxRepository.md)
|
||||
* [Foxx Queries](Foxx/FoxxQueries.md)
|
||||
* [Deploying Applications](Foxx/DeployingAnApplication.md)
|
||||
* [Developing Applications](Foxx/DevelopingAnApplication.md)
|
||||
* [Dependency Injection](Foxx/FoxxInjection.md)
|
||||
|
|
Loading…
Reference in New Issue